#C27412

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

Shades of Ochre #C27412

Tints of Ochre #C27412

Color information

#C27412 (or 0xC27412) is unknown color: approx Ochre. HEX triplet: C2, 74 and 12. RGB value is (194,116,18). Sum of RGB (Red+Green+Blue) = 194+116+18=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C27412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27412 is #3D8BED. Grayscale: #808080. Windows color (decimal): -4033518 or 1209538. OLE color: 1209538.

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

Color convert

RGB19411618-
CMYK00.400.910.24
HSL33.41º83.02%41.57%-
HSV(B)33.41º90.72%76.08%-
XYZ28.6243.7-
YUV128.1565.84174.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.15%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 18 (7.42% from 255) = 5.49%
R=59.15%
G=35.37%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941161800.400.910.2433.4183.0241.57
HexC274120285B1821532a
Octal30216422050133304112352
Binary1100001011101001001001010001011011110001000011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27412; }

 p { color: rgb(194,116,18); }

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

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

 a { background-color: rgb(194,116,18); }

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

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

 span { border-color: rgb(194,116,18); }

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