#C25E17

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

Shades of Chocolate #C25E17

Tints of Chocolate #C25E17

Color information

#C25E17 (or 0xC25E17) is unknown color: approx Chocolate. HEX triplet: C2, 5E and 17. RGB value is (194,94,23). Sum of RGB (Red+Green+Blue) = 194+94+23=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E17 is #3DA1E8. Grayscale: #747474. Windows color (decimal): -4039145 or 1531586. OLE color: 1531586.

HSL color Cylindrical-coordinate representation of color #C25E17: hue angle of 24.91º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C25E17 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1949423-
CMYK00.520.880.24
HSL24.91º78.8%42.55%-
HSV(B)24.91º88.14%76.08%-
XYZ26.4119.543.19-
YUV115.8175.63183.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.38%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 23 (9.38% from 255) = 7.40%
R=62.38%
G=30.23%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194942300.520.880.2424.9178.842.55
HexC25E170345818194f2b
Octal30213627064130303111753
Binary110000101011110101110110100101100011000110011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25E17; }

 p { color: rgb(194,94,23); }

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

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

 a { background-color: rgb(194,94,23); }

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

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

 span { border-color: rgb(194,94,23); }

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