Shades of Chocolate #D45B13
Tints of Chocolate #D45B13
RGB
CMYK
RGB Variations
Color information
#D45B13 (or 0xD45B13) is known color: Chocolate. HEX triplet: D4, 5B and 13. RGB value is (212,91,19). Sum of RGB (Red+Green+Blue) = 212+91+19=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45B13 is #2BA4EC. Grayscale: #777777. Windows color (decimal): -2860269 or 1268692. OLE color: 1268692.
HSL color Cylindrical-coordinate representation of color #D45B13: hue angle of 22.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D45B13 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 91 | 19 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.17 |
| HSL | 22.38º | 0.84% | 0.45% | - |
| HSV(B) | 22.38º | 0.91% | 0.83% | - |
| XYZ | 31.01 | 21.53 | 3.14 | - |
| YUV | 118.97 | 71.59 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 19 | 0 | 0.57 | 0.91 | 0.17 | 22.38 | 0.84 | 0.45 |
| Hex | D4 | 5B | 13 | 0 | 39 | 5B | 11 | 16 | 54 | 2D |
| Octal | 324 | 133 | 23 | 0 | 71 | 133 | 21 | 26 | 124 | 55 |
| Binary | 11010100 | 1011011 | 10011 | 0 | 111001 | 1011011 | 10001 | 10110 | 1010100 | 101101 |
Color Harmonies of #D45B13
Complementary color
Monochromatic Colors of #D45B13
Black with #D45B13
Text Example
Text Example
White with #D45B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45B13; }
p { color: rgb(212,91,19); }
H1.HeaderClassName
{
color: #D45B13;
}
.AnyTagClassName
{
color: #D45B13;
}
</style>
background-color css
<style>
a { background-color: #D45B13; }
a { background-color: rgb(212,91,19); }
div.DivClassName
{
background-color: #D45B13;
}
.BgClassName
{
background-color: #D45B13;
}
</style>
border-color css
<style>
span { border-color: #D45B13; }
span { border-color: rgb(212,91,19); }
td.TdClassName
{
border-color: #D45B13;
}
.TagClassName
{
border-color: #D45B13;
}
</style>