Color Hex Logo

#c2872b Color Hex

#C2872B
(194,135,43)
0 Favorites   0 Comments

Color spaces of #c2872b

RGB 19413543
HSL0.100.640.46
HSV37°78°76°
CMYK 0.000.300.78   0.24
XYZ31.348228.97176.2254
Yxy28.97170.47110.4354
Hunter Lab53.82549.765030.8203
CIE-Lab60.756614.610055.2903

#c2872b color RGB value is (194,135,43).

#c2872b hex color red value is 194, green value is 135 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c2872b hue: 0.10 , saturation: 0.64 and the lightness value of c2872b is 0.46.

The process color (four color CMYK) of #c2872b color hex is 0.00, 0.30, 0.78, 0.24. Web safe color of #c2872b is #cc9933. Color #c2872b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000111 00101011
Octal 302 207 53
Decimal 194 135 43
Hex C2 87 2B

RGB Percentages of Color #c2872b

%52.15
%36.29
%11.56

CMYK Percentages of Color #c2872b

%0
%30
%78
%24

Triadic Colors of #c2872b

#c2872b #2bc287 #872bc2

Analogous Colors of #c2872b

#c2872b #b2c22b #c23c2b

Monochromatic Colors of #c2872b

#c2872b

Complementary Color

#c2872b #2b66c2

#c2872b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2872b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2872b Color CSS Codes

.mybgcolor {background-color:#c2872b; } 
.myforecolor {color:#c2872b; }
.mybordercolor {border:3px solid #c2872b; }

#c2872b Text Font Color

<p style="color:#c2872b">Text here</p>

This sample text font color is #c2872b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c2872b Background Color

<div style="background-color:#c2872b">
Div content here</div>

This div background color is #c2872b


#c2872b Border Color

<div style="border:3px solid #c2872b">
Div here</div>

This div border color is #c2872b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,135,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2872b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2872b;
  -webkit-box-shadow: 1px 1px 3px 2px #c2872b;
  box-shadow:         1px 1px 3px 2px #c2872b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,135,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c2872b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c2872b;
  -webkit-box-shadow: 1px 1px 3px 2px #c2872b;
  box-shadow:         1px 1px 3px 2px #c2872b;">
Div content here</div>

This div box has shadow with color #c2872b


Comments

No comments written yet.

Please login to write comment.