#C77914

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

Shades of Ochre #C77914

Tints of Ochre #C77914

Color information

#C77914 (or 0xC77914) is unknown color: approx Ochre. HEX triplet: C7, 79 and 14. RGB value is (199,121,20). Sum of RGB (Red+Green+Blue) = 199+121+20=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C77914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77914 is #3886EB. Grayscale: #858585. Windows color (decimal): -3704556 or 1341895. OLE color: 1341895.

HSL color Cylindrical-coordinate representation of color #C77914: hue angle of 33.85º 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 #C77914 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB19912120-
CMYK00.390.900.22
HSL33.85º81.74%42.94%-
HSV(B)33.85º89.95%78.04%-
XYZ30.5225.874.05-
YUV132.8164.34175.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.53%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 20 (8.20% from 255) = 5.88%
R=58.53%
G=35.59%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991212000.390.900.2233.8581.7442.94
HexC779140275A1622522b
Octal30717124047132264212253
Binary1100011111110011010001001111011010101101000101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77914; }

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

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

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

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

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

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

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

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