Shades of Chocolate #D76523
Tints of Chocolate #D76523
RGB
CMYK
RGB Variations
Color information
#D76523 (or 0xD76523) is known color: Chocolate. HEX triplet: D7, 65 and 23. RGB value is (215,101,35). Sum of RGB (Red+Green+Blue) = 215+101+35=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D76523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76523 is #289ADC. Grayscale: #7F7F7F. Windows color (decimal): -2661085 or 2319831. OLE color: 2319831.
HSL color Cylindrical-coordinate representation of color #D76523: hue angle of 22º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D76523 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 35 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.16 |
| HSL | 22º | 0.72% | 0.49% | - |
| HSV(B) | 22º | 0.84% | 0.84% | - |
| XYZ | 32.98 | 23.88 | 4.46 | - |
| YUV | 127.56 | 75.77 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 35 | 0 | 0.53 | 0.84 | 0.16 | 22 | 0.72 | 0.49 |
| Hex | D7 | 65 | 23 | 0 | 35 | 54 | 10 | 16 | 48 | 31 |
| Octal | 327 | 145 | 43 | 0 | 65 | 124 | 20 | 26 | 110 | 61 |
| Binary | 11010111 | 1100101 | 100011 | 0 | 110101 | 1010100 | 10000 | 10110 | 1001000 | 110001 |
Color Harmonies of #D76523
Complementary color
Monochromatic Colors of #D76523
Black with #D76523
Text Example
Text Example
White with #D76523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76523; }
p { color: rgb(215,101,35); }
H1.HeaderClassName
{
color: #D76523;
}
.AnyTagClassName
{
color: #D76523;
}
</style>
background-color css
<style>
a { background-color: #D76523; }
a { background-color: rgb(215,101,35); }
div.DivClassName
{
background-color: #D76523;
}
.BgClassName
{
background-color: #D76523;
}
</style>
border-color css
<style>
span { border-color: #D76523; }
span { border-color: rgb(215,101,35); }
td.TdClassName
{
border-color: #D76523;
}
.TagClassName
{
border-color: #D76523;
}
</style>