#C5760E

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

Shades of Ochre #C5760E

Tints of Ochre #C5760E

Color information

#C5760E (or 0xC5760E) is unknown color: approx Ochre. HEX triplet: C5, 76 and 0E. RGB value is (197,118,14). Sum of RGB (Red+Green+Blue) = 197+118+14=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5760E is #3A89F1. Grayscale: #828282. Windows color (decimal): -3836402 or 947909. OLE color: 947909.

HSL color Cylindrical-coordinate representation of color #C5760E: hue angle of 34.1º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5760E is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB19711814-
CMYK00.400.930.23
HSL34.1º86.73%41.37%-
HSV(B)34.1º92.89%77.25%-
XYZ29.5824.863.65-
YUV129.7662.67175.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.88%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 14 (5.86% from 255) = 4.26%
R=59.88%
G=35.87%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971181400.400.930.2334.186.7341.37
HexC576E0285D17225729
Octal30516616050135274212751
Binary110001011110110111001010001011101101111000101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5760E; }

 p { color: rgb(197,118,14); }

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

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

 a { background-color: rgb(197,118,14); }

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

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

 span { border-color: rgb(197,118,14); }

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