Shades of Baker's Chocolate #5B3112
Tints of Baker's Chocolate #5B3112
RGB
CMYK
RGB Variations
Color information
#5B3112 (or 0x5B3112) is known color: Baker's Chocolate. HEX triplet: 5B, 31 and 12. RGB value is (91,49,18). Sum of RGB (Red+Green+Blue) = 91+49+18=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3112 is #A4CEED. Grayscale: #3A3A3A. Windows color (decimal): -10800878 or 1192283. OLE color: 1192283.
HSL color Cylindrical-coordinate representation of color #5B3112: hue angle of 25.48º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B3112 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 18 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.64 |
| HSL | 25.48º | 0.67% | 0.21% | - |
| HSV(B) | 25.48º | 0.8% | 0.36% | - |
| XYZ | 5.52 | 4.46 | 1.14 | - |
| YUV | 58.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 18 | 0 | 0.46 | 0.80 | 0.64 | 25.48 | 0.67 | 0.21 |
| Hex | 5B | 31 | 12 | 0 | 2E | 50 | 40 | 19 | 43 | 15 |
| Octal | 133 | 61 | 22 | 0 | 56 | 120 | 100 | 31 | 103 | 25 |
| Binary | 1011011 | 110001 | 10010 | 0 | 101110 | 1010000 | 1000000 | 11001 | 1000011 | 10101 |
Color Harmonies of #5B3112
Complementary color
Monochromatic Colors of #5B3112
Black with #5B3112
Text Example
Text Example
White with #5B3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3112; }
p { color: rgb(91,49,18); }
H1.HeaderClassName
{
color: #5B3112;
}
.AnyTagClassName
{
color: #5B3112;
}
</style>
background-color css
<style>
a { background-color: #5B3112; }
a { background-color: rgb(91,49,18); }
div.DivClassName
{
background-color: #5B3112;
}
.BgClassName
{
background-color: #5B3112;
}
</style>
border-color css
<style>
span { border-color: #5B3112; }
span { border-color: rgb(91,49,18); }
td.TdClassName
{
border-color: #5B3112;
}
.TagClassName
{
border-color: #5B3112;
}
</style>