#CC5F25

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

Shades of Chocolate #CC5F25

Tints of Chocolate #CC5F25

Color information

#CC5F25 (or 0xCC5F25) is unknown color: approx Chocolate. HEX triplet: CC, 5F and 25. RGB value is (204,95,37). Sum of RGB (Red+Green+Blue) = 204+95+37=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5F25 is #33A0DA. Grayscale: #797979. Windows color (decimal): -3383515 or 2449356. OLE color: 2449356.

HSL color Cylindrical-coordinate representation of color #CC5F25: hue angle of 20.84º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC5F25 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB2049537-
CMYK00.530.820.2
HSL20.84º69.29%47.25%-
HSV(B)20.84º81.86%80%-
XYZ29.3321.164.29-
YUV120.9880.61187.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.71%
GREEN value IS 95 (37.5% from 255) = 28.27%
BLUE value IS 37 (14.84% from 255) = 11.01%
R=60.71%
G=28.27%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204953700.530.820.220.8469.2947.25
HexCC5F25035521415452f
Octal31413745065122242510557
Binary1100110010111111001010110101101001010100101011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F25; }

 p { color: rgb(204,95,37); }

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

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

 a { background-color: rgb(204,95,37); }

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

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

 span { border-color: rgb(204,95,37); }

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