#CC541D

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

Shades of Chocolate #CC541D

Tints of Chocolate #CC541D

Color information

#CC541D (or 0xCC541D) is unknown color: approx Chocolate. HEX triplet: CC, 54 and 1D. RGB value is (204,84,29). Sum of RGB (Red+Green+Blue) = 204+84+29=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC541D is #33ABE2. Grayscale: #717171. Windows color (decimal): -3386339 or 1922252. OLE color: 1922252.

HSL color Cylindrical-coordinate representation of color #CC541D: hue angle of 18.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC541D is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB2048429-
CMYK00.590.860.2
HSL18.86º75.11%45.69%-
HSV(B)18.86º85.78%80%-
XYZ28.2919.273.39-
YUV113.6180.26192.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.35%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 29 (11.72% from 255) = 9.15%
R=64.35%
G=26.50%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204842900.590.860.218.8675.1145.69
HexCC541D03B5614134b2e
Octal31412435073126242311356
Binary110011001010100111010111011101011010100100111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC541D; }

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

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

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

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

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

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

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

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