#C07614

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

Shades of Ochre #C07614

Tints of Ochre #C07614

Color information

#C07614 (or 0xC07614) is unknown color: approx Ochre. HEX triplet: C0, 76 and 14. RGB value is (192,118,20). Sum of RGB (Red+Green+Blue) = 192+118+20=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C07614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07614 is #3F89EB. Grayscale: #818181. Windows color (decimal): -4164076 or 1341120. OLE color: 1341120.

HSL color Cylindrical-coordinate representation of color #C07614: hue angle of 34.19º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07614 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19211820-
CMYK00.390.900.25
HSL34.19º81.13%41.57%-
HSV(B)34.19º89.58%75.29%-
XYZ28.3424.213.84-
YUV128.9566.52172.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.18%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 20 (8.20% from 255) = 6.06%
R=58.18%
G=35.76%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921182000.390.900.2534.1981.1341.57
HexC076140275A1922512a
Octal30016624047132314212152
Binary1100000011101101010001001111011010110011000101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07614; }

 p { color: rgb(192,118,20); }

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

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

 a { background-color: rgb(192,118,20); }

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

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

 span { border-color: rgb(192,118,20); }

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