#C5770E

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

Shades of Ochre #C5770E

Tints of Ochre #C5770E

Color information

#C5770E (or 0xC5770E) is unknown color: approx Ochre. HEX triplet: C5, 77 and 0E. RGB value is (197,119,14). Sum of RGB (Red+Green+Blue) = 197+119+14=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5770E is #3A88F1. Grayscale: #828282. Windows color (decimal): -3836146 or 948165. OLE color: 948165.

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

Color convert

RGB19711914-
CMYK00.400.930.23
HSL34.43º86.73%41.37%-
HSV(B)34.43º92.89%77.25%-
XYZ29.725.13.69-
YUV130.3562.34175.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.70%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 14 (5.86% from 255) = 4.24%
R=59.70%
G=36.06%
B=4.24%

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
Decimal1971191400.400.930.2334.4386.7341.37
HexC577E0285D17225729
Octal30516716050135274212751
Binary110001011110111111001010001011101101111000101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5770E; }

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

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

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

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

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

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

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

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