#D55821

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

Shades of Chocolate #D55821

Tints of Chocolate #D55821

Color information

#D55821 (or 0xD55821) is unknown color: approx Chocolate. HEX triplet: D5, 58 and 21. RGB value is (213,88,33). Sum of RGB (Red+Green+Blue) = 213+88+33=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D55821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55821 is #2AA7DE. Grayscale: #777777. Windows color (decimal): -2795487 or 2185429. OLE color: 2185429.

HSL color Cylindrical-coordinate representation of color #D55821: hue angle of 18.33º degrees, saturation: 0.73, 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 #D55821 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2138833-
CMYK00.590.850.16
HSL18.33º73.17%48.24%-
HSV(B)18.33º84.51%83.53%-
XYZ31.221.243.89-
YUV119.179.41194.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.77%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 33 (13.28% from 255) = 9.88%
R=63.77%
G=26.35%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213883300.590.850.1618.3373.1748.24
HexD5582103B5510124930
Octal32513041073125202211160
Binary1101010110110001000010111011101010110000100101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55821; }

 p { color: rgb(213,88,33); }

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

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

 a { background-color: rgb(213,88,33); }

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

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

 span { border-color: rgb(213,88,33); }

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