#D36D1F

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

Shades of Chocolate #D36D1F

Tints of Chocolate #D36D1F

Color information

#D36D1F (or 0xD36D1F) is unknown color: approx Chocolate. HEX triplet: D3, 6D and 1F. RGB value is (211,109,31). Sum of RGB (Red+Green+Blue) = 211+109+31=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D36D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36D1F is #2C92E0. Grayscale: #838383. Windows color (decimal): -2921185 or 2059731. OLE color: 2059731.

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

Color convert

RGB21110931-
CMYK00.480.850.17
HSL26º74.38%47.45%-
HSV(B)26º85.31%82.75%-
XYZ32.5824.894.38-
YUV130.6171.79185.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.11%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 31 (12.5% from 255) = 8.83%
R=60.11%
G=31.05%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111093100.480.850.172674.3847.45
HexD36D1F03055111a4a2f
Octal32315537060125213211257
Binary110100111101101111110110000101010110001110101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36D1F; }

 p { color: rgb(211,109,31); }

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

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

 a { background-color: rgb(211,109,31); }

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

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

 span { border-color: rgb(211,109,31); }

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