Shades of Chocolate #D76526
Tints of Chocolate #D76526
RGB
CMYK
RGB Variations
Color information
#D76526 (or 0xD76526) is known color: Chocolate. HEX triplet: D7, 65 and 26. RGB value is (215,101,38). Sum of RGB (Red+Green+Blue) = 215+101+38=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D76526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76526 is #289AD9. Grayscale: #808080. Windows color (decimal): -2661082 or 2516439. OLE color: 2516439.
HSL color Cylindrical-coordinate representation of color #D76526: hue angle of 21.36º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D76526 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 38 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.16 |
| HSL | 21.36º | 0.7% | 0.5% | - |
| HSV(B) | 21.36º | 0.82% | 0.84% | - |
| XYZ | 33.03 | 23.89 | 4.71 | - |
| YUV | 127.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 38 | 0 | 0.53 | 0.82 | 0.16 | 21.36 | 0.7 | 0.5 |
| Hex | D7 | 65 | 26 | 0 | 35 | 52 | 10 | 15 | 46 | 32 |
| Octal | 327 | 145 | 46 | 0 | 65 | 122 | 20 | 25 | 106 | 62 |
| Binary | 11010111 | 1100101 | 100110 | 0 | 110101 | 1010010 | 10000 | 10101 | 1000110 | 110010 |
Color Harmonies of #D76526
Complementary color
Monochromatic Colors of #D76526
Black with #D76526
Text Example
Text Example
White with #D76526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76526; }
p { color: rgb(215,101,38); }
H1.HeaderClassName
{
color: #D76526;
}
.AnyTagClassName
{
color: #D76526;
}
</style>
background-color css
<style>
a { background-color: #D76526; }
a { background-color: rgb(215,101,38); }
div.DivClassName
{
background-color: #D76526;
}
.BgClassName
{
background-color: #D76526;
}
</style>
border-color css
<style>
span { border-color: #D76526; }
span { border-color: rgb(215,101,38); }
td.TdClassName
{
border-color: #D76526;
}
.TagClassName
{
border-color: #D76526;
}
</style>