#d3671e

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

Shades of Chocolate #D3671E

Tints of Chocolate #D3671E

Color information

#D3671E (or 0xD3671E) is unknown color: approx Chocolate. HEX triplet: D3, 67 and 1E. RGB value is (211,103,30). Sum of RGB (Red+Green+Blue) = 211+103+30=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D3671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3671E is #2C98E1. Grayscale: #7F7F7F. Windows color (decimal): -2922722 or 1992659. OLE color: 1992659.

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

Color convert

RGB21110330-
CMYK00.510.860.17
HSL24.2º75.1%47.25%-
HSV(B)24.2º85.78%82.75%-
XYZ31.9523.644.11-
YUV126.9773.28187.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 61.34%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 30 (12.11% from 255) = 8.72%
R=61.34%
G=29.94%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111033000.510.860.1724.275.147.25
HexD3671E0335611184b2f
Octal32314736063126213011357
Binary110100111100111111100110011101011010001110001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3671e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3671e; }

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

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

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

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

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

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

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

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