#C47518

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

Shades of Ochre #C47518

Tints of Ochre #C47518

Color information

#C47518 (or 0xC47518) is unknown color: approx Ochre. HEX triplet: C4, 75 and 18. RGB value is (196,117,24). Sum of RGB (Red+Green+Blue) = 196+117+24=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C47518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47518 is #3B8AE7. Grayscale: #828282. Windows color (decimal): -3902184 or 1603012. OLE color: 1603012.

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

Color convert

RGB19611724-
CMYK00.400.880.23
HSL32.44º78.18%43.14%-
HSV(B)32.44º87.76%76.86%-
XYZ29.2924.524.05-
YUV130.0268.17175.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.16%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 24 (9.77% from 255) = 7.12%
R=58.16%
G=34.72%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961172400.400.880.2332.4478.1843.14
HexC475180285817204e2b
Octal30416530050130274011653
Binary1100010011101011100001010001011000101111000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47518; }

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

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

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

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

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

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

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

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