#C27211

Color #C27211 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C27211

Tints of Ochre #C27211

Color information

#C27211 (or 0xC27211) is unknown color: approx Ochre. HEX triplet: C2, 72 and 11. RGB value is (194,114,17). Sum of RGB (Red+Green+Blue) = 194+114+17=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C27211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27211 is #3D8DEE. Grayscale: #7F7F7F. Windows color (decimal): -4034031 or 1143490. OLE color: 1143490.

HSL color Cylindrical-coordinate representation of color #C27211: hue angle of 32.88º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C27211 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19411417-
CMYK00.410.910.24
HSL32.88º83.89%41.37%-
HSV(B)32.88º91.24%76.08%-
XYZ28.3723.543.58-
YUV126.8666175.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 59.69%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 17 (7.03% from 255) = 5.23%
R=59.69%
G=35.08%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941141700.410.910.2432.8883.8941.37
HexC272110295B18215429
Octal30216221051133304112451
Binary1100001011100101000101010011011011110001000011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27211; }

 p { color: rgb(194,114,17); }

 H1.HeaderClassName
 {
   color: #C27211;
 }
 .AnyTagClassName
 {
   color: #C27211;
 }
</style>
background-color css

<style>
 a { background-color: #C27211; }

 a { background-color: rgb(194,114,17); }

 div.DivClassName
 {
   background-color: #C27211;
 }
 .BgClassName
 {
   background-color: #C27211;
 }
</style>
border-color css

<style>
 span { border-color: #C27211; }

 span { border-color: rgb(194,114,17); }

 td.TdClassName
 {
   border-color: #C27211;
 }
 .TagClassName
 {
   border-color: #C27211;
 }
</style>