#C47218

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

Shades of Ochre #C47218

Tints of Ochre #C47218

Color information

#C47218 (or 0xC47218) is unknown color: approx Ochre. HEX triplet: C4, 72 and 18. RGB value is (196,114,24). Sum of RGB (Red+Green+Blue) = 196+114+24=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C47218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47218 is #3B8DE7. Grayscale: #808080. Windows color (decimal): -3902952 or 1602244. OLE color: 1602244.

HSL color Cylindrical-coordinate representation of color #C47218: hue angle of 31.4º 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 #C47218 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB19611424-
CMYK00.420.880.23
HSL31.4º78.18%43.14%-
HSV(B)31.4º87.76%76.86%-
XYZ28.9523.843.94-
YUV128.2669.17176.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.68%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 24 (9.77% from 255) = 7.19%
R=58.68%
G=34.13%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961142400.420.880.2331.478.1843.14
HexC4721802A58171f4e2b
Octal30416230052130273711653
Binary110001001110010110000101010101100010111111111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47218; }

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

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

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

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

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

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

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

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