#D3721E

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

Shades of Chocolate #D3721E

Tints of Chocolate #D3721E

Color information

#D3721E (or 0xD3721E) is unknown color: approx Chocolate. HEX triplet: D3, 72 and 1E. RGB value is (211,114,30). Sum of RGB (Red+Green+Blue) = 211+114+30=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3721E is #2C8DE1. Grayscale: #858585. Windows color (decimal): -2919906 or 1995475. OLE color: 1995475.

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

Color convert

RGB21111430-
CMYK00.460.860.17
HSL27.85º75.1%47.25%-
HSV(B)27.85º85.78%82.75%-
XYZ33.1225.984.5-
YUV133.4369.64183.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.44%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 30 (12.11% from 255) = 8.45%
R=59.44%
G=32.11%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111143000.460.860.1727.8575.147.25
HexD3721E02E56111c4b2f
Octal32316236056126213411357
Binary110100111110010111100101110101011010001111001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3721E; }

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

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

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

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

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

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

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

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