Shades of Chocolate #CD5D14
Tints of Chocolate #CD5D14
RGB
CMYK
RGB Variations
Color information
#CD5D14 (or 0xCD5D14) is known color: Chocolate. HEX triplet: CD, 5D and 14. RGB value is (205,93,20). Sum of RGB (Red+Green+Blue) = 205+93+20=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5D14 is #32A2EB. Grayscale: #767676. Windows color (decimal): -3318508 or 1334733. OLE color: 1334733.
HSL color Cylindrical-coordinate representation of color #CD5D14: hue angle of 23.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD5D14 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 20 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.20 |
| HSL | 23.68º | 0.82% | 0.44% | - |
| HSV(B) | 23.68º | 0.9% | 0.8% | - |
| XYZ | 29.22 | 20.86 | 3.15 | - |
| YUV | 118.17 | 72.61 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 20 | 0 | 0.55 | 0.90 | 0.20 | 23.68 | 0.82 | 0.44 |
| Hex | CD | 5D | 14 | 0 | 37 | 5A | 14 | 18 | 52 | 2C |
| Octal | 315 | 135 | 24 | 0 | 67 | 132 | 24 | 30 | 122 | 54 |
| Binary | 11001101 | 1011101 | 10100 | 0 | 110111 | 1011010 | 10100 | 11000 | 1010010 | 101100 |
Color Harmonies of #CD5D14
Complementary color
Monochromatic Colors of #CD5D14
Black with #CD5D14
Text Example
Text Example
White with #CD5D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D14; }
p { color: rgb(205,93,20); }
H1.HeaderClassName
{
color: #CD5D14;
}
.AnyTagClassName
{
color: #CD5D14;
}
</style>
background-color css
<style>
a { background-color: #CD5D14; }
a { background-color: rgb(205,93,20); }
div.DivClassName
{
background-color: #CD5D14;
}
.BgClassName
{
background-color: #CD5D14;
}
</style>
border-color css
<style>
span { border-color: #CD5D14; }
span { border-color: rgb(205,93,20); }
td.TdClassName
{
border-color: #CD5D14;
}
.TagClassName
{
border-color: #CD5D14;
}
</style>