Color Hex Logo

#c48720 Color Hex

#C48720
(196,135,32)
0 Favorites   0 Comments

Color spaces of #c48720

RGB 19613532
HSL0.100.720.45
HSV38°84°77°
CMYK 0.000.310.84   0.23
XYZ31.689629.16805.3263
Yxy29.16800.47880.4407
Hunter Lab54.007410.224431.9579
CIE-Lab60.929615.114059.4922

#c48720 color RGB value is (196,135,32).

#c48720 hex color red value is 196, green value is 135 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c48720 hue: 0.10 , saturation: 0.72 and the lightness value of c48720 is 0.45.

The process color (four color CMYK) of #c48720 color hex is 0.00, 0.31, 0.84, 0.23. Web safe color of #c48720 is #cc9933. Color #c48720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000111 00100000
Octal 304 207 40
Decimal 196 135 32
Hex C4 87 20

RGB Percentages of Color #c48720

%53.99
%37.19
%8.82

CMYK Percentages of Color #c48720

%0
%31
%84
%23

Triadic Colors of #c48720

#c48720 #20c487 #8720c4

Analogous Colors of #c48720

#c48720 #afc420 #c43520

Monochromatic Colors of #c48720

#c48720

Complementary Color

#c48720 #205dc4

#c48720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48720 Color CSS Codes

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

#c48720 Text Font Color

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

This sample text font color is #c48720
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.


#c48720 Background Color

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

This div background color is #c48720


#c48720 Border Color

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

This div border color is #c48720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48720


Comments

No comments written yet.

Please login to write comment.