Shades of Baker's Chocolate #5B2C16
Tints of Baker's Chocolate #5B2C16
RGB
CMYK
RGB Variations
Color information
#5B2C16 (or 0x5B2C16) is known color: Baker's Chocolate. HEX triplet: 5B, 2C and 16. RGB value is (91,44,22). Sum of RGB (Red+Green+Blue) = 91+44+22=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2C16 is #A4D3E9. Grayscale: #373737. Windows color (decimal): -10802154 or 1453147. OLE color: 1453147.
HSL color Cylindrical-coordinate representation of color #5B2C16: hue angle of 19.13º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B2C16 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 44 | 22 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.64 |
| HSL | 19.13º | 0.61% | 0.22% | - |
| HSV(B) | 19.13º | 0.76% | 0.36% | - |
| XYZ | 5.36 | 4.08 | 1.26 | - |
| YUV | 55.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 44 | 22 | 0 | 0.52 | 0.76 | 0.64 | 19.13 | 0.61 | 0.22 |
| Hex | 5B | 2C | 16 | 0 | 34 | 4C | 40 | 13 | 3D | 16 |
| Octal | 133 | 54 | 26 | 0 | 64 | 114 | 100 | 23 | 75 | 26 |
| Binary | 1011011 | 101100 | 10110 | 0 | 110100 | 1001100 | 1000000 | 10011 | 111101 | 10110 |
Color Harmonies of #5B2C16
Complementary color
Monochromatic Colors of #5B2C16
Black with #5B2C16
Text Example
Text Example
White with #5B2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2C16; }
p { color: rgb(91,44,22); }
H1.HeaderClassName
{
color: #5B2C16;
}
.AnyTagClassName
{
color: #5B2C16;
}
</style>
background-color css
<style>
a { background-color: #5B2C16; }
a { background-color: rgb(91,44,22); }
div.DivClassName
{
background-color: #5B2C16;
}
.BgClassName
{
background-color: #5B2C16;
}
</style>
border-color css
<style>
span { border-color: #5B2C16; }
span { border-color: rgb(91,44,22); }
td.TdClassName
{
border-color: #5B2C16;
}
.TagClassName
{
border-color: #5B2C16;
}
</style>