#C25816

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

Shades of Chocolate #C25816

Tints of Chocolate #C25816

Color information

#C25816 (or 0xC25816) is unknown color: approx Chocolate. HEX triplet: C2, 58 and 16. RGB value is (194,88,22). Sum of RGB (Red+Green+Blue) = 194+88+22=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C25816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25816 is #3DA7E9. Grayscale: #707070. Windows color (decimal): -4040682 or 1464514. OLE color: 1464514.

HSL color Cylindrical-coordinate representation of color #C25816: hue angle of 23.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C25816 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1948822-
CMYK00.550.890.24
HSL23.02º79.63%42.35%-
HSV(B)23.02º88.66%76.08%-
XYZ25.8818.512.97-
YUV112.1777.12186.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.82%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 22 (8.98% from 255) = 7.24%
R=63.82%
G=28.95%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194882200.550.890.2423.0279.6342.35
HexC25816037591817502a
Octal30213026067131302712052
Binary110000101011000101100110111101100111000101111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25816; }

 p { color: rgb(194,88,22); }

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

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

 a { background-color: rgb(194,88,22); }

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

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

 span { border-color: rgb(194,88,22); }

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