Shades of Chocolate #CD581D
Tints of Chocolate #CD581D
RGB
CMYK
RGB Variations
Color information
#CD581D (or 0xCD581D) is known color: Chocolate. HEX triplet: CD, 58 and 1D. RGB value is (205,88,29). Sum of RGB (Red+Green+Blue) = 205+88+29=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD581D is #32A7E2. Grayscale: #747474. Windows color (decimal): -3319779 or 1923277. OLE color: 1923277.
HSL color Cylindrical-coordinate representation of color #CD581D: hue angle of 20.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD581D is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 88 | 29 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.20 |
| HSL | 20.11º | 0.75% | 0.46% | - |
| HSV(B) | 20.11º | 0.86% | 0.8% | - |
| XYZ | 28.89 | 20.05 | 3.51 | - |
| YUV | 116.26 | 78.76 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 88 | 29 | 0 | 0.57 | 0.86 | 0.20 | 20.11 | 0.75 | 0.46 |
| Hex | CD | 58 | 1D | 0 | 39 | 56 | 14 | 14 | 4B | 2E |
| Octal | 315 | 130 | 35 | 0 | 71 | 126 | 24 | 24 | 113 | 56 |
| Binary | 11001101 | 1011000 | 11101 | 0 | 111001 | 1010110 | 10100 | 10100 | 1001011 | 101110 |
Color Harmonies of #CD581D
Complementary color
Monochromatic Colors of #CD581D
Black with #CD581D
Text Example
Text Example
White with #CD581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD581D; }
p { color: rgb(205,88,29); }
H1.HeaderClassName
{
color: #CD581D;
}
.AnyTagClassName
{
color: #CD581D;
}
</style>
background-color css
<style>
a { background-color: #CD581D; }
a { background-color: rgb(205,88,29); }
div.DivClassName
{
background-color: #CD581D;
}
.BgClassName
{
background-color: #CD581D;
}
</style>
border-color css
<style>
span { border-color: #CD581D; }
span { border-color: rgb(205,88,29); }
td.TdClassName
{
border-color: #CD581D;
}
.TagClassName
{
border-color: #CD581D;
}
</style>