#CC541B

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

Shades of Chocolate #CC541B

Tints of Chocolate #CC541B

Color information

#CC541B (or 0xCC541B) is unknown color: approx Chocolate. HEX triplet: CC, 54 and 1B. RGB value is (204,84,27). Sum of RGB (Red+Green+Blue) = 204+84+27=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC541B is #33ABE4. Grayscale: #717171. Windows color (decimal): -3386341 or 1791180. OLE color: 1791180.

HSL color Cylindrical-coordinate representation of color #CC541B: hue angle of 19.32º 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 #CC541B is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB2048427-
CMYK00.590.870.2
HSL19.32º76.62%45.29%-
HSV(B)19.32º86.76%80%-
XYZ28.2719.263.26-
YUV113.3879.26192.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.76%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 27 (10.94% from 255) = 8.57%
R=64.76%
G=26.67%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204842700.590.870.219.3276.6245.29
HexCC541B03B5714134d2d
Octal31412433073127242311555
Binary110011001010100110110111011101011110100100111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC541B; }

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

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

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

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

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

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

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

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