Color Hex Logo

#c27020 Color Hex

#C27020
(194,112,32)
0 Favorites   0 Comments

Color spaces of #c27020

RGB 19411232
HSL0.080.720.44
HSV30°84°76°
CMYK 0.000.420.84   0.24
XYZ28.303023.16204.3455
Yxy23.16200.50710.4150
Hunter Lab48.126920.752128.3354
CIE-Lab55.238826.824654.4779

#c27020 color RGB value is (194,112,32).

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

The process color (four color CMYK) of #c27020 color hex is 0.00, 0.42, 0.84, 0.24. Web safe color of #c27020 is #cc6633. Color #c27020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110000 00100000
Octal 302 160 40
Decimal 194 112 32
Hex C2 70 20

RGB Percentages of Color #c27020

%57.40
%33.14
%9.47

CMYK Percentages of Color #c27020

%0
%42
%84
%24

Triadic Colors of #c27020

#c27020 #20c270 #7020c2

Analogous Colors of #c27020

#c27020 #c2c120 #c22021

Monochromatic Colors of #c27020

#c27020

Complementary Color

#c27020 #2072c2

#c27020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27020 Color CSS Codes

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

#c27020 Text Font Color

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

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


#c27020 Background Color

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

This div background color is #c27020


#c27020 Border Color

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

This div border color is #c27020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27020


Comments

No comments written yet.

Please login to write comment.