#D3561C

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

Shades of Chocolate #D3561C

Tints of Chocolate #D3561C

Color information

#D3561C (or 0xD3561C) is unknown color: approx Chocolate. HEX triplet: D3, 56 and 1C. RGB value is (211,86,28). Sum of RGB (Red+Green+Blue) = 211+86+28=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3561C is #2CA9E3. Grayscale: #757575. Windows color (decimal): -2927076 or 1857235. OLE color: 1857235.

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

Color convert

RGB2118628-
CMYK00.590.870.17
HSL19.02º76.57%46.86%-
HSV(B)19.02º86.73%82.75%-
XYZ30.420.593.47-
YUV116.7677.91195.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 64.92%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 28 (11.33% from 255) = 8.62%
R=64.92%
G=26.46%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211862800.590.870.1719.0276.5746.86
HexD3561C03B5711134d2f
Octal32312634073127212311557
Binary110100111010110111000111011101011110001100111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3561C; }

 p { color: rgb(211,86,28); }

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

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

 a { background-color: rgb(211,86,28); }

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

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

 span { border-color: rgb(211,86,28); }

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