#C47810

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

Shades of Ochre #C47810

Tints of Ochre #C47810

Color information

#C47810 (or 0xC47810) is unknown color: approx Ochre. HEX triplet: C4, 78 and 10. RGB value is (196,120,16). Sum of RGB (Red+Green+Blue) = 196+120+16=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C47810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47810 is #3B87EF. Grayscale: #838383. Windows color (decimal): -3901424 or 1079492. OLE color: 1079492.

HSL color Cylindrical-coordinate representation of color #C47810: hue angle of 34.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C47810 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB19612016-
CMYK00.390.920.23
HSL34.67º84.91%41.57%-
HSV(B)34.67º91.84%76.86%-
XYZ29.5725.213.8-
YUV130.8763.18174.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.04%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 16 (6.64% from 255) = 4.82%
R=59.04%
G=36.14%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961201600.390.920.2334.6784.9141.57
HexC478100275C1723552a
Octal30417020047134274312552
Binary1100010011110001000001001111011100101111000111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47810; }

 p { color: rgb(196,120,16); }

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

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

 a { background-color: rgb(196,120,16); }

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

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

 span { border-color: rgb(196,120,16); }

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