#C47009

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

Shades of Ochre #C47009

Tints of Ochre #C47009

Color information

#C47009 (or 0xC47009) is unknown color: approx Ochre. HEX triplet: C4, 70 and 09. RGB value is (196,112,9). Sum of RGB (Red+Green+Blue) = 196+112+9=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C47009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47009 is #3B8FF6. Grayscale: #7D7D7D. Windows color (decimal): -3903479 or 618692. OLE color: 618692.

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

Color convert

RGB1961129-
CMYK00.430.950.23
HSL33.05º91.22%40.2%-
HSV(B)33.05º95.41%76.86%-
XYZ28.6123.343.26-
YUV125.3762.33178.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.83%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 9 (3.91% from 255) = 2.84%
R=61.83%
G=35.33%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196112900.430.950.2333.0591.2240.2
HexC470902B5F17215b28
Octal30416011053137274113350
Binary110001001110000100101010111011111101111000011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47009; }

 p { color: rgb(196,112,9); }

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

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

 a { background-color: rgb(196,112,9); }

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

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

 span { border-color: rgb(196,112,9); }

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