Shades of Chocolate #D5541D
Tints of Chocolate #D5541D
RGB
CMYK
RGB Variations
Color information
#D5541D (or 0xD5541D) is known color: Chocolate. HEX triplet: D5, 54 and 1D. RGB value is (213,84,29). Sum of RGB (Red+Green+Blue) = 213+84+29=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5541D is #2AABE2. Grayscale: #747474. Windows color (decimal): -2796515 or 1922261. OLE color: 1922261.
HSL color Cylindrical-coordinate representation of color #D5541D: hue angle of 17.93º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5541D is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 29 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.16 |
| HSL | 17.93º | 0.76% | 0.47% | - |
| HSV(B) | 17.93º | 0.86% | 0.84% | - |
| XYZ | 30.83 | 20.58 | 3.51 | - |
| YUV | 116.3 | 78.74 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 29 | 0 | 0.61 | 0.86 | 0.16 | 17.93 | 0.76 | 0.47 |
| Hex | D5 | 54 | 1D | 0 | 3D | 56 | 10 | 12 | 4C | 2F |
| Octal | 325 | 124 | 35 | 0 | 75 | 126 | 20 | 22 | 114 | 57 |
| Binary | 11010101 | 1010100 | 11101 | 0 | 111101 | 1010110 | 10000 | 10010 | 1001100 | 101111 |
Color Harmonies of #D5541D
Complementary color
Monochromatic Colors of #D5541D
Black with #D5541D
Text Example
Text Example
White with #D5541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5541D; }
p { color: rgb(213,84,29); }
H1.HeaderClassName
{
color: #D5541D;
}
.AnyTagClassName
{
color: #D5541D;
}
</style>
background-color css
<style>
a { background-color: #D5541D; }
a { background-color: rgb(213,84,29); }
div.DivClassName
{
background-color: #D5541D;
}
.BgClassName
{
background-color: #D5541D;
}
</style>
border-color css
<style>
span { border-color: #D5541D; }
span { border-color: rgb(213,84,29); }
td.TdClassName
{
border-color: #D5541D;
}
.TagClassName
{
border-color: #D5541D;
}
</style>