#D76513

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

Shades of Chocolate #D76513

Tints of Chocolate #D76513

Color information

#D76513 (or 0xD76513) is unknown color: approx Chocolate. HEX triplet: D7, 65 and 13. RGB value is (215,101,19). Sum of RGB (Red+Green+Blue) = 215+101+19=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D76513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76513 is #289AEC. Grayscale: #7E7E7E. Windows color (decimal): -2661101 or 1271255. OLE color: 1271255.

HSL color Cylindrical-coordinate representation of color #D76513: hue angle of 25.1º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D76513 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB21510119-
CMYK00.530.910.16
HSL25.1º83.76%45.88%-
HSV(B)25.1º91.16%84.31%-
XYZ32.823.83.48-
YUV125.7467.77191.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 64.18%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 19 (7.81% from 255) = 5.67%
R=64.18%
G=30.15%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151011900.530.910.1625.183.7645.88
HexD765130355B1019542e
Octal32714523065133203112456
Binary110101111100101100110110101101101110000110011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76513; }

 p { color: rgb(215,101,19); }

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

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

 a { background-color: rgb(215,101,19); }

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

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

 span { border-color: rgb(215,101,19); }

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