#C47418

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

Shades of Ochre #C47418

Tints of Ochre #C47418

Color information

#C47418 (or 0xC47418) is unknown color: approx Ochre. HEX triplet: C4, 74 and 18. RGB value is (196,116,24). Sum of RGB (Red+Green+Blue) = 196+116+24=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C47418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47418 is #3B8BE7. Grayscale: #818181. Windows color (decimal): -3902440 or 1602756. OLE color: 1602756.

HSL color Cylindrical-coordinate representation of color #C47418: hue angle of 32.09º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C47418 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB19611624-
CMYK00.410.880.23
HSL32.09º78.18%43.14%-
HSV(B)32.09º87.76%76.86%-
XYZ29.1824.294.02-
YUV129.4368.5175.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.33%
GREEN value IS 116 (45.70% from 255) = 34.52%
BLUE value IS 24 (9.77% from 255) = 7.14%
R=58.33%
G=34.52%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961162400.410.880.2332.0978.1843.14
HexC474180295817204e2b
Octal30416430051130274011653
Binary1100010011101001100001010011011000101111000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47418; }

 p { color: rgb(196,116,24); }

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

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

 a { background-color: rgb(196,116,24); }

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

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

 span { border-color: rgb(196,116,24); }

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