Shades of Chocolate #D0541A
Tints of Chocolate #D0541A
RGB
CMYK
RGB Variations
Color information
#D0541A (or 0xD0541A) is known color: Chocolate. HEX triplet: D0, 54 and 1A. RGB value is (208,84,26). Sum of RGB (Red+Green+Blue) = 208+84+26=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0541A is #2FABE5. Grayscale: #727272. Windows color (decimal): -3124198 or 1725648. OLE color: 1725648.
HSL color Cylindrical-coordinate representation of color #D0541A: hue angle of 19.12º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0541A is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 84 | 26 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.18 |
| HSL | 19.12º | 0.78% | 0.46% | - |
| HSV(B) | 19.12º | 0.88% | 0.82% | - |
| XYZ | 29.37 | 19.83 | 3.26 | - |
| YUV | 114.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 26 | 0 | 0.60 | 0.88 | 0.18 | 19.12 | 0.78 | 0.46 |
| Hex | D0 | 54 | 1A | 0 | 3C | 58 | 12 | 13 | 4E | 2E |
| Octal | 320 | 124 | 32 | 0 | 74 | 130 | 22 | 23 | 116 | 56 |
| Binary | 11010000 | 1010100 | 11010 | 0 | 111100 | 1011000 | 10010 | 10011 | 1001110 | 101110 |
Color Harmonies of #D0541A
Complementary color
Monochromatic Colors of #D0541A
Black with #D0541A
Text Example
Text Example
White with #D0541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0541A; }
p { color: rgb(208,84,26); }
H1.HeaderClassName
{
color: #D0541A;
}
.AnyTagClassName
{
color: #D0541A;
}
</style>
background-color css
<style>
a { background-color: #D0541A; }
a { background-color: rgb(208,84,26); }
div.DivClassName
{
background-color: #D0541A;
}
.BgClassName
{
background-color: #D0541A;
}
</style>
border-color css
<style>
span { border-color: #D0541A; }
span { border-color: rgb(208,84,26); }
td.TdClassName
{
border-color: #D0541A;
}
.TagClassName
{
border-color: #D0541A;
}
</style>