Shades of Chocolate #D76A25
Tints of Chocolate #D76A25
RGB
CMYK
RGB Variations
Color information
#D76A25 (or 0xD76A25) is known color: Chocolate. HEX triplet: D7, 6A and 25. RGB value is (215,106,37). Sum of RGB (Red+Green+Blue) = 215+106+37=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A25 is #2895DA. Grayscale: #838383. Windows color (decimal): -2659803 or 2452183. OLE color: 2452183.
HSL color Cylindrical-coordinate representation of color #D76A25: hue angle of 23.26º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D76A25 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 37 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.16 |
| HSL | 23.26º | 0.71% | 0.49% | - |
| HSV(B) | 23.26º | 0.83% | 0.84% | - |
| XYZ | 33.51 | 24.89 | 4.79 | - |
| YUV | 130.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 37 | 0 | 0.51 | 0.83 | 0.16 | 23.26 | 0.71 | 0.49 |
| Hex | D7 | 6A | 25 | 0 | 33 | 53 | 10 | 17 | 47 | 31 |
| Octal | 327 | 152 | 45 | 0 | 63 | 123 | 20 | 27 | 107 | 61 |
| Binary | 11010111 | 1101010 | 100101 | 0 | 110011 | 1010011 | 10000 | 10111 | 1000111 | 110001 |
Color Harmonies of #D76A25
Complementary color
Monochromatic Colors of #D76A25
Black with #D76A25
Text Example
Text Example
White with #D76A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A25; }
p { color: rgb(215,106,37); }
H1.HeaderClassName
{
color: #D76A25;
}
.AnyTagClassName
{
color: #D76A25;
}
</style>
background-color css
<style>
a { background-color: #D76A25; }
a { background-color: rgb(215,106,37); }
div.DivClassName
{
background-color: #D76A25;
}
.BgClassName
{
background-color: #D76A25;
}
</style>
border-color css
<style>
span { border-color: #D76A25; }
span { border-color: rgb(215,106,37); }
td.TdClassName
{
border-color: #D76A25;
}
.TagClassName
{
border-color: #D76A25;
}
</style>