#CC5F1B

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

Shades of Chocolate #CC5F1B

Tints of Chocolate #CC5F1B

Color information

#CC5F1B (or 0xCC5F1B) is unknown color: approx Chocolate. HEX triplet: CC, 5F and 1B. RGB value is (204,95,27). Sum of RGB (Red+Green+Blue) = 204+95+27=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5F1B is #33A0E4. Grayscale: #787878. Windows color (decimal): -3383525 or 1793996. OLE color: 1793996.

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

Color convert

RGB2049527-
CMYK00.530.870.2
HSL23.05º76.62%45.29%-
HSV(B)23.05º86.76%80%-
XYZ29.1921.13.57-
YUV119.8475.61188.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.58%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 27 (10.94% from 255) = 8.28%
R=62.58%
G=29.14%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204952700.530.870.223.0576.6245.29
HexCC5F1B0355714174d2d
Octal31413733065127242711555
Binary110011001011111110110110101101011110100101111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F1B; }

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

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

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

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

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

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

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

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