#C25B16

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

Shades of Chocolate #C25B16

Tints of Chocolate #C25B16

Color information

#C25B16 (or 0xC25B16) is unknown color: approx Chocolate. HEX triplet: C2, 5B and 16. RGB value is (194,91,22). Sum of RGB (Red+Green+Blue) = 194+91+22=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25B16 is #3DA4E9. Grayscale: #727272. Windows color (decimal): -4039914 or 1465282. OLE color: 1465282.

HSL color Cylindrical-coordinate representation of color #C25B16: hue angle of 24.07º 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 #C25B16 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1949122-
CMYK00.530.890.24
HSL24.07º79.63%42.35%-
HSV(B)24.07º88.66%76.08%-
XYZ26.1319.013.05-
YUV113.9376.12185.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.19%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 22 (8.98% from 255) = 7.17%
R=63.19%
G=29.64%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194912200.530.890.2424.0779.6342.35
HexC25B16035591818502a
Octal30213326065131303012052
Binary110000101011011101100110101101100111000110001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B16; }

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

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

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

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

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

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

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

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