Shades of Chocolate #D05A1B
Tints of Chocolate #D05A1B
RGB
CMYK
RGB Variations
Color information
#D05A1B (or 0xD05A1B) is known color: Chocolate. HEX triplet: D0, 5A and 1B. RGB value is (208,90,27). Sum of RGB (Red+Green+Blue) = 208+90+27=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05A1B is #2FA5E4. Grayscale: #767676. Windows color (decimal): -3122661 or 1792720. OLE color: 1792720.
HSL color Cylindrical-coordinate representation of color #D05A1B: hue angle of 20.88º 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 #D05A1B is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 27 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.18 |
| HSL | 20.88º | 0.77% | 0.46% | - |
| HSV(B) | 20.88º | 0.87% | 0.82% | - |
| XYZ | 29.87 | 20.8 | 3.48 | - |
| YUV | 118.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 27 | 0 | 0.57 | 0.87 | 0.18 | 20.88 | 0.77 | 0.46 |
| Hex | D0 | 5A | 1B | 0 | 39 | 57 | 12 | 15 | 4D | 2E |
| Octal | 320 | 132 | 33 | 0 | 71 | 127 | 22 | 25 | 115 | 56 |
| Binary | 11010000 | 1011010 | 11011 | 0 | 111001 | 1010111 | 10010 | 10101 | 1001101 | 101110 |
Color Harmonies of #D05A1B
Complementary color
Monochromatic Colors of #D05A1B
Black with #D05A1B
Text Example
Text Example
White with #D05A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A1B; }
p { color: rgb(208,90,27); }
H1.HeaderClassName
{
color: #D05A1B;
}
.AnyTagClassName
{
color: #D05A1B;
}
</style>
background-color css
<style>
a { background-color: #D05A1B; }
a { background-color: rgb(208,90,27); }
div.DivClassName
{
background-color: #D05A1B;
}
.BgClassName
{
background-color: #D05A1B;
}
</style>
border-color css
<style>
span { border-color: #D05A1B; }
span { border-color: rgb(208,90,27); }
td.TdClassName
{
border-color: #D05A1B;
}
.TagClassName
{
border-color: #D05A1B;
}
</style>