#C07617

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

Shades of Ochre #C07617

Tints of Ochre #C07617

Color information

#C07617 (or 0xC07617) is unknown color: approx Ochre. HEX triplet: C0, 76 and 17. RGB value is (192,118,23). Sum of RGB (Red+Green+Blue) = 192+118+23=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C07617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07617 is #3F89E8. Grayscale: #818181. Windows color (decimal): -4164073 or 1537728. OLE color: 1537728.

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

Color convert

RGB19211823-
CMYK00.390.880.25
HSL33.73º78.6%42.16%-
HSV(B)33.73º88.02%75.29%-
XYZ28.3724.233.99-
YUV129.368.02172.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 23 (9.38% from 255) = 6.91%
R=57.66%
G=35.44%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921182300.390.880.2533.7378.642.16
HexC076170275819224f2a
Octal30016627047130314211752
Binary1100000011101101011101001111011000110011000101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07617; }

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

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

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

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

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

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

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

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