#C27016

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

Shades of Ochre #C27016

Tints of Ochre #C27016

Color information

#C27016 (or 0xC27016) is unknown color: approx Ochre. HEX triplet: C2, 70 and 16. RGB value is (194,112,22). Sum of RGB (Red+Green+Blue) = 194+112+22=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C27016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27016 is #3D8FE9. Grayscale: #7E7E7E. Windows color (decimal): -4034538 or 1470658. OLE color: 1470658.

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

Color convert

RGB19411222-
CMYK00.420.890.24
HSL31.4º79.63%42.35%-
HSV(B)31.4º88.66%76.08%-
XYZ28.1923.123.74-
YUV126.2669.17176.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.15%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 22 (8.98% from 255) = 6.71%
R=59.15%
G=34.15%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941122200.420.890.2431.479.6342.35
HexC2701602A59181f502a
Octal30216026052131303712052
Binary110000101110000101100101010101100111000111111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27016; }

 p { color: rgb(194,112,22); }

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

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

 a { background-color: rgb(194,112,22); }

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

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

 span { border-color: rgb(194,112,22); }

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