#D3581D

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

Shades of Chocolate #D3581D

Tints of Chocolate #D3581D

Color information

#D3581D (or 0xD3581D) is unknown color: approx Chocolate. HEX triplet: D3, 58 and 1D. RGB value is (211,88,29). Sum of RGB (Red+Green+Blue) = 211+88+29=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D3581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3581D is #2CA7E2. Grayscale: #767676. Windows color (decimal): -2926563 or 1923283. OLE color: 1923283.

HSL color Cylindrical-coordinate representation of color #D3581D: hue angle of 19.45º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3581D is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB2118829-
CMYK00.580.860.17
HSL19.45º75.83%47.06%-
HSV(B)19.45º86.26%82.75%-
XYZ30.5820.923.59-
YUV118.0577.75194.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 64.33%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 29 (11.72% from 255) = 8.84%
R=64.33%
G=26.83%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211882900.580.860.1719.4575.8347.06
HexD3581D03A5611134c2f
Octal32313035072126212311457
Binary110100111011000111010111010101011010001100111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3581D; }

 p { color: rgb(211,88,29); }

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

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

 a { background-color: rgb(211,88,29); }

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

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

 span { border-color: rgb(211,88,29); }

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