Color Hex Logo

#c18720 Color Hex

#C18720
(193,135,32)
0 Favorites   0 Comments

Color spaces of #c18720

RGB 19313532
HSL0.110.720.44
HSV38°83°76°
CMYK 0.000.300.83   0.24
XYZ30.917028.76975.2901
Yxy28.76970.47580.4428
Hunter Lab53.63749.023331.6986
CIE-Lab60.577813.789459.0518

#c18720 color RGB value is (193,135,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000111 00100000
Octal 301 207 40
Decimal 193 135 32
Hex C1 87 20

RGB Percentages of Color #c18720

%53.61
%37.50
%8.89

CMYK Percentages of Color #c18720

%0
%30
%83
%24

Triadic Colors of #c18720

#c18720 #20c187 #8720c1

Analogous Colors of #c18720

#c18720 #abc120 #c13720

Monochromatic Colors of #c18720

#c18720

Complementary Color

#c18720 #205ac1

#c18720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18720 Color CSS Codes

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

#c18720 Text Font Color

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

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


#c18720 Background Color

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

This div background color is #c18720


#c18720 Border Color

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

This div border color is #c18720


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,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 #c18720">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18720


Comments

No comments written yet.

Please login to write comment.