Shades of Chocolate #D5591B
Tints of Chocolate #D5591B
RGB
CMYK
RGB Variations
Color information
#D5591B (or 0xD5591B) is known color: Chocolate. HEX triplet: D5, 59 and 1B. RGB value is (213,89,27). Sum of RGB (Red+Green+Blue) = 213+89+27=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D5591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5591B is #2AA6E4. Grayscale: #777777. Windows color (decimal): -2795237 or 1792469. OLE color: 1792469.
HSL color Cylindrical-coordinate representation of color #D5591B: hue angle of 20º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5591B is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 27 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.16 |
| HSL | 20º | 0.78% | 0.47% | - |
| HSV(B) | 20º | 0.87% | 0.84% | - |
| XYZ | 31.21 | 21.37 | 3.52 | - |
| YUV | 119.01 | 76.08 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 27 | 0 | 0.58 | 0.87 | 0.16 | 20 | 0.78 | 0.47 |
| Hex | D5 | 59 | 1B | 0 | 3A | 57 | 10 | 14 | 4E | 2F |
| Octal | 325 | 131 | 33 | 0 | 72 | 127 | 20 | 24 | 116 | 57 |
| Binary | 11010101 | 1011001 | 11011 | 0 | 111010 | 1010111 | 10000 | 10100 | 1001110 | 101111 |
Color Harmonies of #D5591B
Complementary color
Monochromatic Colors of #D5591B
Black with #D5591B
Text Example
Text Example
White with #D5591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5591B; }
p { color: rgb(213,89,27); }
H1.HeaderClassName
{
color: #D5591B;
}
.AnyTagClassName
{
color: #D5591B;
}
</style>
background-color css
<style>
a { background-color: #D5591B; }
a { background-color: rgb(213,89,27); }
div.DivClassName
{
background-color: #D5591B;
}
.BgClassName
{
background-color: #D5591B;
}
</style>
border-color css
<style>
span { border-color: #D5591B; }
span { border-color: rgb(213,89,27); }
td.TdClassName
{
border-color: #D5591B;
}
.TagClassName
{
border-color: #D5591B;
}
</style>