Shades of Chocolate #D76A1F
Tints of Chocolate #D76A1F
RGB
CMYK
RGB Variations
Color information
#D76A1F (or 0xD76A1F) is known color: Chocolate. HEX triplet: D7, 6A and 1F. RGB value is (215,106,31). Sum of RGB (Red+Green+Blue) = 215+106+31=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A1F is #2895E0. Grayscale: #828282. Windows color (decimal): -2659809 or 2058967. OLE color: 2058967.
HSL color Cylindrical-coordinate representation of color #D76A1F: hue angle of 24.46º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D76A1F is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 31 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.16 |
| HSL | 24.46º | 0.75% | 0.48% | - |
| HSV(B) | 24.46º | 0.86% | 0.84% | - |
| XYZ | 33.43 | 24.85 | 4.33 | - |
| YUV | 130.04 | 72.11 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 31 | 0 | 0.51 | 0.86 | 0.16 | 24.46 | 0.75 | 0.48 |
| Hex | D7 | 6A | 1F | 0 | 33 | 56 | 10 | 18 | 4B | 30 |
| Octal | 327 | 152 | 37 | 0 | 63 | 126 | 20 | 30 | 113 | 60 |
| Binary | 11010111 | 1101010 | 11111 | 0 | 110011 | 1010110 | 10000 | 11000 | 1001011 | 110000 |
Color Harmonies of #D76A1F
Complementary color
Monochromatic Colors of #D76A1F
Black with #D76A1F
Text Example
Text Example
White with #D76A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A1F; }
p { color: rgb(215,106,31); }
H1.HeaderClassName
{
color: #D76A1F;
}
.AnyTagClassName
{
color: #D76A1F;
}
</style>
background-color css
<style>
a { background-color: #D76A1F; }
a { background-color: rgb(215,106,31); }
div.DivClassName
{
background-color: #D76A1F;
}
.BgClassName
{
background-color: #D76A1F;
}
</style>
border-color css
<style>
span { border-color: #D76A1F; }
span { border-color: rgb(215,106,31); }
td.TdClassName
{
border-color: #D76A1F;
}
.TagClassName
{
border-color: #D76A1F;
}
</style>