Shades of Chocolate #D0521B
Tints of Chocolate #D0521B
RGB
CMYK
RGB Variations
Color information
#D0521B (or 0xD0521B) is known color: Chocolate. HEX triplet: D0, 52 and 1B. RGB value is (208,82,27). Sum of RGB (Red+Green+Blue) = 208+82+27=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0521B is #2FADE4. Grayscale: #717171. Windows color (decimal): -3124709 or 1790672. OLE color: 1790672.
HSL color Cylindrical-coordinate representation of color #D0521B: hue angle of 18.23º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0521B is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 27 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.18 |
| HSL | 18.23º | 0.77% | 0.46% | - |
| HSV(B) | 18.23º | 0.87% | 0.82% | - |
| XYZ | 29.23 | 19.52 | 3.26 | - |
| YUV | 113.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 27 | 0 | 0.61 | 0.87 | 0.18 | 18.23 | 0.77 | 0.46 |
| Hex | D0 | 52 | 1B | 0 | 3D | 57 | 12 | 12 | 4D | 2E |
| Octal | 320 | 122 | 33 | 0 | 75 | 127 | 22 | 22 | 115 | 56 |
| Binary | 11010000 | 1010010 | 11011 | 0 | 111101 | 1010111 | 10010 | 10010 | 1001101 | 101110 |
Color Harmonies of #D0521B
Complementary color
Monochromatic Colors of #D0521B
Black with #D0521B
Text Example
Text Example
White with #D0521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0521B; }
p { color: rgb(208,82,27); }
H1.HeaderClassName
{
color: #D0521B;
}
.AnyTagClassName
{
color: #D0521B;
}
</style>
background-color css
<style>
a { background-color: #D0521B; }
a { background-color: rgb(208,82,27); }
div.DivClassName
{
background-color: #D0521B;
}
.BgClassName
{
background-color: #D0521B;
}
</style>
border-color css
<style>
span { border-color: #D0521B; }
span { border-color: rgb(208,82,27); }
td.TdClassName
{
border-color: #D0521B;
}
.TagClassName
{
border-color: #D0521B;
}
</style>