Shades of Chocolate #D35922
Tints of Chocolate #D35922
RGB
CMYK
RGB Variations
Color information
#D35922 (or 0xD35922) is known color: Chocolate. HEX triplet: D3, 59 and 22. RGB value is (211,89,34). Sum of RGB (Red+Green+Blue) = 211+89+34=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D35922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35922 is #2CA6DD. Grayscale: #777777. Windows color (decimal): -2926302 or 2251219. OLE color: 2251219.
HSL color Cylindrical-coordinate representation of color #D35922: hue angle of 18.64º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D35922 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 34 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.17 |
| HSL | 18.64º | 0.72% | 0.48% | - |
| HSV(B) | 18.64º | 0.84% | 0.83% | - |
| XYZ | 30.73 | 21.11 | 3.97 | - |
| YUV | 119.21 | 79.92 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 34 | 0 | 0.58 | 0.84 | 0.17 | 18.64 | 0.72 | 0.48 |
| Hex | D3 | 59 | 22 | 0 | 3A | 54 | 11 | 13 | 48 | 30 |
| Octal | 323 | 131 | 42 | 0 | 72 | 124 | 21 | 23 | 110 | 60 |
| Binary | 11010011 | 1011001 | 100010 | 0 | 111010 | 1010100 | 10001 | 10011 | 1001000 | 110000 |
Color Harmonies of #D35922
Complementary color
Monochromatic Colors of #D35922
Black with #D35922
Text Example
Text Example
White with #D35922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35922; }
p { color: rgb(211,89,34); }
H1.HeaderClassName
{
color: #D35922;
}
.AnyTagClassName
{
color: #D35922;
}
</style>
background-color css
<style>
a { background-color: #D35922; }
a { background-color: rgb(211,89,34); }
div.DivClassName
{
background-color: #D35922;
}
.BgClassName
{
background-color: #D35922;
}
</style>
border-color css
<style>
span { border-color: #D35922; }
span { border-color: rgb(211,89,34); }
td.TdClassName
{
border-color: #D35922;
}
.TagClassName
{
border-color: #D35922;
}
</style>