Color Hex Logo

#c18820 Color Hex

#C18820
(193,136,32)
0 Favorites   0 Comments

Color spaces of #c18820

RGB 19313632
HSL0.110.720.44
HSV39°83°76°
CMYK 0.000.300.83   0.24
XYZ31.057229.05015.3368
Yxy29.05010.47460.4439
Hunter Lab53.89818.533631.8580
CIE-Lab60.825813.239559.2652

#c18820 color RGB value is (193,136,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001000 00100000
Octal 301 210 40
Decimal 193 136 32
Hex C1 88 20

RGB Percentages of Color #c18820

%53.46
%37.67
%8.86

CMYK Percentages of Color #c18820

%0
%30
%83
%24

Triadic Colors of #c18820

#c18820 #20c188 #8820c1

Analogous Colors of #c18820

#c18820 #aac120 #c13820

Monochromatic Colors of #c18820

#c18820

Complementary Color

#c18820 #2059c1

#c18820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18820 Color CSS Codes

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

#c18820 Text Font Color

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

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


#c18820 Background Color

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

This div background color is #c18820


#c18820 Border Color

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

This div border color is #c18820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18820


Comments

No comments written yet.

Please login to write comment.