#D34E19

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

Shades of Chocolate #D34E19

Tints of Chocolate #D34E19

Color information

#D34E19 (or 0xD34E19) is unknown color: approx Chocolate. HEX triplet: D3, 4E and 19. RGB value is (211,78,25). Sum of RGB (Red+Green+Blue) = 211+78+25=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D34E19 is #2CB1E6. Grayscale: #707070. Windows color (decimal): -2929127 or 1658579. OLE color: 1658579.

HSL color Cylindrical-coordinate representation of color #D34E19: hue angle of 17.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D34E19 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB2117825-
CMYK00.630.880.17
HSL17.1º78.81%46.27%-
HSV(B)17.1º88.15%82.75%-
XYZ29.7619.373.09-
YUV111.7279.06198.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 67.20%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 25 (10.16% from 255) = 7.96%
R=67.20%
G=24.84%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211782500.630.880.1717.178.8146.27
HexD34E1903F5811114f2e
Octal32311631077130212111756
Binary110100111001110110010111111101100010001100011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34E19; }

 p { color: rgb(211,78,25); }

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

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

 a { background-color: rgb(211,78,25); }

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

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

 span { border-color: rgb(211,78,25); }

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