#C77814

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

Shades of Ochre #C77814

Tints of Ochre #C77814

Color information

#C77814 (or 0xC77814) is unknown color: approx Ochre. HEX triplet: C7, 78 and 14. RGB value is (199,120,20). Sum of RGB (Red+Green+Blue) = 199+120+20=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C77814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77814 is #3887EB. Grayscale: #848484. Windows color (decimal): -3704812 or 1341639. OLE color: 1341639.

HSL color Cylindrical-coordinate representation of color #C77814: hue angle of 33.52º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C77814 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB19912020-
CMYK00.400.900.22
HSL33.52º81.74%42.94%-
HSV(B)33.52º89.95%78.04%-
XYZ30.425.634.01-
YUV132.2264.67175.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.70%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 20 (8.20% from 255) = 5.90%
R=58.70%
G=35.40%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991202000.400.900.2233.5281.7442.94
HexC778140285A1622522b
Octal30717024050132264212253
Binary1100011111110001010001010001011010101101000101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77814; }

 p { color: rgb(199,120,20); }

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

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

 a { background-color: rgb(199,120,20); }

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

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

 span { border-color: rgb(199,120,20); }

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