Shades of Chocolate #D0591B
Tints of Chocolate #D0591B
RGB
CMYK
RGB Variations
Color information
#D0591B (or 0xD0591B) is known color: Chocolate. HEX triplet: D0, 59 and 1B. RGB value is (208,89,27). Sum of RGB (Red+Green+Blue) = 208+89+27=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0591B is #2FA6E4. Grayscale: #757575. Windows color (decimal): -3122917 or 1792464. OLE color: 1792464.
HSL color Cylindrical-coordinate representation of color #D0591B: hue angle of 20.55º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0591B is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 27 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.18 |
| HSL | 20.55º | 0.77% | 0.46% | - |
| HSV(B) | 20.55º | 0.87% | 0.82% | - |
| XYZ | 29.78 | 20.63 | 3.45 | - |
| YUV | 117.51 | 76.92 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 27 | 0 | 0.57 | 0.87 | 0.18 | 20.55 | 0.77 | 0.46 |
| Hex | D0 | 59 | 1B | 0 | 39 | 57 | 12 | 15 | 4D | 2E |
| Octal | 320 | 131 | 33 | 0 | 71 | 127 | 22 | 25 | 115 | 56 |
| Binary | 11010000 | 1011001 | 11011 | 0 | 111001 | 1010111 | 10010 | 10101 | 1001101 | 101110 |
Color Harmonies of #D0591B
Complementary color
Monochromatic Colors of #D0591B
Black with #D0591B
Text Example
Text Example
White with #D0591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0591B; }
p { color: rgb(208,89,27); }
H1.HeaderClassName
{
color: #D0591B;
}
.AnyTagClassName
{
color: #D0591B;
}
</style>
background-color css
<style>
a { background-color: #D0591B; }
a { background-color: rgb(208,89,27); }
div.DivClassName
{
background-color: #D0591B;
}
.BgClassName
{
background-color: #D0591B;
}
</style>
border-color css
<style>
span { border-color: #D0591B; }
span { border-color: rgb(208,89,27); }
td.TdClassName
{
border-color: #D0591B;
}
.TagClassName
{
border-color: #D0591B;
}
</style>