Shades of Chocolate #D56524
Tints of Chocolate #D56524
RGB
CMYK
RGB Variations
Color information
#D56524 (or 0xD56524) is known color: Chocolate. HEX triplet: D5, 65 and 24. RGB value is (213,101,36). Sum of RGB (Red+Green+Blue) = 213+101+36=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D56524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56524 is #2A9ADB. Grayscale: #7F7F7F. Windows color (decimal): -2792156 or 2385365. OLE color: 2385365.
HSL color Cylindrical-coordinate representation of color #D56524: hue angle of 22.03º 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 #D56524 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 36 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.16 |
| HSL | 22.03º | 0.71% | 0.49% | - |
| HSV(B) | 22.03º | 0.83% | 0.84% | - |
| XYZ | 32.41 | 23.58 | 4.51 | - |
| YUV | 127.08 | 76.61 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 36 | 0 | 0.53 | 0.83 | 0.16 | 22.03 | 0.71 | 0.49 |
| Hex | D5 | 65 | 24 | 0 | 35 | 53 | 10 | 16 | 47 | 31 |
| Octal | 325 | 145 | 44 | 0 | 65 | 123 | 20 | 26 | 107 | 61 |
| Binary | 11010101 | 1100101 | 100100 | 0 | 110101 | 1010011 | 10000 | 10110 | 1000111 | 110001 |
Color Harmonies of #D56524
Complementary color
Monochromatic Colors of #D56524
Black with #D56524
Text Example
Text Example
White with #D56524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56524; }
p { color: rgb(213,101,36); }
H1.HeaderClassName
{
color: #D56524;
}
.AnyTagClassName
{
color: #D56524;
}
</style>
background-color css
<style>
a { background-color: #D56524; }
a { background-color: rgb(213,101,36); }
div.DivClassName
{
background-color: #D56524;
}
.BgClassName
{
background-color: #D56524;
}
</style>
border-color css
<style>
span { border-color: #D56524; }
span { border-color: rgb(213,101,36); }
td.TdClassName
{
border-color: #D56524;
}
.TagClassName
{
border-color: #D56524;
}
</style>