#C47514

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

Shades of Ochre #C47514

Tints of Ochre #C47514

Color information

#C47514 (or 0xC47514) is unknown color: approx Ochre. HEX triplet: C4, 75 and 14. RGB value is (196,117,20). Sum of RGB (Red+Green+Blue) = 196+117+20=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C47514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47514 is #3B8AEB. Grayscale: #828282. Windows color (decimal): -3902188 or 1340868. OLE color: 1340868.

HSL color Cylindrical-coordinate representation of color #C47514: hue angle of 33.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C47514 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB19611720-
CMYK00.400.900.23
HSL33.07º81.48%42.35%-
HSV(B)33.07º89.8%76.86%-
XYZ29.2524.513.85-
YUV129.5666.17175.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.86%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 20 (8.20% from 255) = 6.01%
R=58.86%
G=35.14%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961172000.400.900.2333.0781.4842.35
HexC475140285A1721512a
Octal30416524050132274112152
Binary1100010011101011010001010001011010101111000011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47514; }

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

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

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

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

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

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

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

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