#d3531e

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

Shades of Chocolate #D3531E

Tints of Chocolate #D3531E

Color information

#D3531E (or 0xD3531E) is unknown color: approx Chocolate. HEX triplet: D3, 53 and 1E. RGB value is (211,83,30). Sum of RGB (Red+Green+Blue) = 211+83+30=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3531E is #2CACE1. Grayscale: #737373. Windows color (decimal): -2927842 or 1987539. OLE color: 1987539.

HSL color Cylindrical-coordinate representation of color #D3531E: hue angle of 17.57º degrees, saturation: 0.75, 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 #D3531E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB2118330-
CMYK00.610.860.17
HSL17.57º75.1%47.25%-
HSV(B)17.57º85.78%82.75%-
XYZ30.1920.133.52-
YUV115.2379.91196.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 65.12%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 30 (12.11% from 255) = 9.26%
R=65.12%
G=25.62%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211833000.610.860.1717.5775.147.25
HexD3531E03D5611124b2f
Octal32312336075126212211357
Binary110100111010011111100111101101011010001100101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3531e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3531e; }

 p { color: rgb(211,83,30); }

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

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

 a { background-color: rgb(211,83,30); }

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

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

 span { border-color: rgb(211,83,30); }

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