#C4770E

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

Shades of Ochre #C4770E

Tints of Ochre #C4770E

Color information

#C4770E (or 0xC4770E) is unknown color: approx Ochre. HEX triplet: C4, 77 and 0E. RGB value is (196,119,14). Sum of RGB (Red+Green+Blue) = 196+119+14=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4770E is #3B88F1. Grayscale: #828282. Windows color (decimal): -3901682 or 948164. OLE color: 948164.

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

Color convert

RGB19611914-
CMYK00.390.930.23
HSL34.62º86.67%41.18%-
HSV(B)34.62º92.86%76.86%-
XYZ29.4424.963.68-
YUV130.0562.51175.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.57%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 14 (5.86% from 255) = 4.26%
R=59.57%
G=36.17%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961191400.390.930.2334.6286.6741.18
HexC477E0275D17235729
Octal30416716047135274312751
Binary110001001110111111001001111011101101111000111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4770E; }

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

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

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

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

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

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

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

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