#D95820

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

Shades of Chocolate #D95820

Tints of Chocolate #D95820

Color information

#D95820 (or 0xD95820) is unknown color: approx Chocolate. HEX triplet: D9, 58 and 20. RGB value is (217,88,32). Sum of RGB (Red+Green+Blue) = 217+88+32=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D95820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95820 is #26A7DF. Grayscale: #787878. Windows color (decimal): -2533344 or 2119897. OLE color: 2119897.

HSL color Cylindrical-coordinate representation of color #D95820: hue angle of 18.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D95820 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB2178832-
CMYK00.590.850.15
HSL18.16º74.3%48.82%-
HSV(B)18.16º85.25%85.1%-
XYZ32.3721.843.88-
YUV120.1978.24197.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.39%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 32 (12.89% from 255) = 9.50%
R=64.39%
G=26.11%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217883200.590.850.1518.1674.348.82
HexD9582003B55F124a31
Octal33113040073125172211261
Binary110110011011000100000011101110101011111100101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95820; }

 p { color: rgb(217,88,32); }

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

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

 a { background-color: rgb(217,88,32); }

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

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

 span { border-color: rgb(217,88,32); }

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