Shades of Chocolate #D15B1B
Tints of Chocolate #D15B1B
RGB
CMYK
RGB Variations
Color information
#D15B1B (or 0xD15B1B) is known color: Chocolate. HEX triplet: D1, 5B and 1B. RGB value is (209,91,27). Sum of RGB (Red+Green+Blue) = 209+91+27=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15B1B is #2EA4E4. Grayscale: #777777. Windows color (decimal): -3056869 or 1792977. OLE color: 1792977.
HSL color Cylindrical-coordinate representation of color #D15B1B: hue angle of 21.1º 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 #D15B1B is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 27 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.18 |
| HSL | 21.1º | 0.77% | 0.46% | - |
| HSV(B) | 21.1º | 0.87% | 0.82% | - |
| XYZ | 30.23 | 21.12 | 3.52 | - |
| YUV | 118.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 27 | 0 | 0.56 | 0.87 | 0.18 | 21.1 | 0.77 | 0.46 |
| Hex | D1 | 5B | 1B | 0 | 38 | 57 | 12 | 15 | 4D | 2E |
| Octal | 321 | 133 | 33 | 0 | 70 | 127 | 22 | 25 | 115 | 56 |
| Binary | 11010001 | 1011011 | 11011 | 0 | 111000 | 1010111 | 10010 | 10101 | 1001101 | 101110 |
Color Harmonies of #D15B1B
Complementary color
Monochromatic Colors of #D15B1B
Black with #D15B1B
Text Example
Text Example
White with #D15B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B1B; }
p { color: rgb(209,91,27); }
H1.HeaderClassName
{
color: #D15B1B;
}
.AnyTagClassName
{
color: #D15B1B;
}
</style>
background-color css
<style>
a { background-color: #D15B1B; }
a { background-color: rgb(209,91,27); }
div.DivClassName
{
background-color: #D15B1B;
}
.BgClassName
{
background-color: #D15B1B;
}
</style>
border-color css
<style>
span { border-color: #D15B1B; }
span { border-color: rgb(209,91,27); }
td.TdClassName
{
border-color: #D15B1B;
}
.TagClassName
{
border-color: #D15B1B;
}
</style>