#C05916

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

Shades of Chocolate #C05916

Tints of Chocolate #C05916

Color information

#C05916 (or 0xC05916) is unknown color: approx Chocolate. HEX triplet: C0, 59 and 16. RGB value is (192,89,22). Sum of RGB (Red+Green+Blue) = 192+89+22=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C05916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05916 is #3FA6E9. Grayscale: #707070. Windows color (decimal): -4171498 or 1464768. OLE color: 1464768.

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

Color convert

RGB1928922-
CMYK00.540.890.25
HSL23.65º79.44%41.96%-
HSV(B)23.65º88.54%75.29%-
XYZ25.4618.412.97-
YUV112.1677.12184.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.37%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 22 (8.98% from 255) = 7.26%
R=63.37%
G=29.37%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192892200.540.890.2523.6579.4441.96
HexC059160365919184f2a
Octal30013126066131313011752
Binary110000001011001101100110110101100111001110001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05916; }

 p { color: rgb(192,89,22); }

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

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

 a { background-color: rgb(192,89,22); }

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

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

 span { border-color: rgb(192,89,22); }

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