Shades of Chocolate #C9591D
Tints of Chocolate #C9591D
RGB
CMYK
RGB Variations
Color information
#C9591D (or 0xC9591D) is known color: Chocolate. HEX triplet: C9, 59 and 1D. RGB value is (201,89,29). Sum of RGB (Red+Green+Blue) = 201+89+29=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C9591D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9591D is #36A6E2. Grayscale: #747474. Windows color (decimal): -3581667 or 1923529. OLE color: 1923529.
HSL color Cylindrical-coordinate representation of color #C9591D: hue angle of 20.93º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9591D is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 29 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.21 |
| HSL | 20.93º | 0.75% | 0.45% | - |
| HSV(B) | 20.93º | 0.86% | 0.79% | - |
| XYZ | 27.88 | 19.65 | 3.49 | - |
| YUV | 115.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 29 | 0 | 0.56 | 0.86 | 0.21 | 20.93 | 0.75 | 0.45 |
| Hex | C9 | 59 | 1D | 0 | 38 | 56 | 15 | 15 | 4B | 2D |
| Octal | 311 | 131 | 35 | 0 | 70 | 126 | 25 | 25 | 113 | 55 |
| Binary | 11001001 | 1011001 | 11101 | 0 | 111000 | 1010110 | 10101 | 10101 | 1001011 | 101101 |
Color Harmonies of #C9591D
Complementary color
Monochromatic Colors of #C9591D
Black with #C9591D
Text Example
Text Example
White with #C9591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9591D; }
p { color: rgb(201,89,29); }
H1.HeaderClassName
{
color: #C9591D;
}
.AnyTagClassName
{
color: #C9591D;
}
</style>
background-color css
<style>
a { background-color: #C9591D; }
a { background-color: rgb(201,89,29); }
div.DivClassName
{
background-color: #C9591D;
}
.BgClassName
{
background-color: #C9591D;
}
</style>
border-color css
<style>
span { border-color: #C9591D; }
span { border-color: rgb(201,89,29); }
td.TdClassName
{
border-color: #C9591D;
}
.TagClassName
{
border-color: #C9591D;
}
</style>