#D55C20

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

Shades of Chocolate #D55C20

Tints of Chocolate #D55C20

Color information

#D55C20 (or 0xD55C20) is unknown color: approx Chocolate. HEX triplet: D5, 5C and 20. RGB value is (213,92,32). Sum of RGB (Red+Green+Blue) = 213+92+32=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55C20 is #2AA3DF. Grayscale: #797979. Windows color (decimal): -2794464 or 2120917. OLE color: 2120917.

HSL color Cylindrical-coordinate representation of color #D55C20: hue angle of 19.89º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D55C20 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2139232-
CMYK00.570.850.16
HSL19.89º73.88%48.04%-
HSV(B)19.89º84.98%83.53%-
XYZ31.5321.93.93-
YUV121.3477.59193.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.20%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 32 (12.89% from 255) = 9.50%
R=63.20%
G=27.30%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213923200.570.850.1619.8973.8848.04
HexD55C200395510144a30
Octal32513440071125202411260
Binary1101010110111001000000111001101010110000101001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C20; }

 p { color: rgb(213,92,32); }

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

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

 a { background-color: rgb(213,92,32); }

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

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

 span { border-color: rgb(213,92,32); }

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