#CC5E13

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

Shades of Chocolate #CC5E13

Tints of Chocolate #CC5E13

Color information

#CC5E13 (or 0xCC5E13) is unknown color: approx Chocolate. HEX triplet: CC, 5E and 13. RGB value is (204,94,19). Sum of RGB (Red+Green+Blue) = 204+94+19=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E13 is #33A1EC. Grayscale: #767676. Windows color (decimal): -3383789 or 1269452. OLE color: 1269452.

HSL color Cylindrical-coordinate representation of color #CC5E13: hue angle of 24.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC5E13 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB2049419-
CMYK00.540.910.2
HSL24.32º82.96%43.73%-
HSV(B)24.32º90.69%80%-
XYZ29.0220.893.12-
YUV118.3471.94189.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.35%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 19 (7.81% from 255) = 5.99%
R=64.35%
G=29.65%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204941900.540.910.224.3282.9643.73
HexCC5E130365B1418532c
Octal31413623066133243012354
Binary110011001011110100110110110101101110100110001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5E13; }

 p { color: rgb(204,94,19); }

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

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

 a { background-color: rgb(204,94,19); }

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

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

 span { border-color: rgb(204,94,19); }

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