Shades of Baker's Chocolate #5B310E
Tints of Baker's Chocolate #5B310E
RGB
CMYK
RGB Variations
Color information
#5B310E (or 0x5B310E) is known color: Baker's Chocolate. HEX triplet: 5B, 31 and 0E. RGB value is (91,49,14). Sum of RGB (Red+Green+Blue) = 91+49+14=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B310E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B310E is #A4CEF1. Grayscale: #393939. Windows color (decimal): -10800882 or 930139. OLE color: 930139.
HSL color Cylindrical-coordinate representation of color #5B310E: hue angle of 27.27º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B310E is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 14 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.64 |
| HSL | 27.27º | 0.73% | 0.21% | - |
| HSV(B) | 27.27º | 0.85% | 0.36% | - |
| XYZ | 5.49 | 4.45 | 0.99 | - |
| YUV | 57.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 14 | 0 | 0.46 | 0.85 | 0.64 | 27.27 | 0.73 | 0.21 |
| Hex | 5B | 31 | E | 0 | 2E | 55 | 40 | 1B | 49 | 15 |
| Octal | 133 | 61 | 16 | 0 | 56 | 125 | 100 | 33 | 111 | 25 |
| Binary | 1011011 | 110001 | 1110 | 0 | 101110 | 1010101 | 1000000 | 11011 | 1001001 | 10101 |
Color Harmonies of #5B310E
Complementary color
Monochromatic Colors of #5B310E
Black with #5B310E
Text Example
Text Example
White with #5B310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B310E; }
p { color: rgb(91,49,14); }
H1.HeaderClassName
{
color: #5B310E;
}
.AnyTagClassName
{
color: #5B310E;
}
</style>
background-color css
<style>
a { background-color: #5B310E; }
a { background-color: rgb(91,49,14); }
div.DivClassName
{
background-color: #5B310E;
}
.BgClassName
{
background-color: #5B310E;
}
</style>
border-color css
<style>
span { border-color: #5B310E; }
span { border-color: rgb(91,49,14); }
td.TdClassName
{
border-color: #5B310E;
}
.TagClassName
{
border-color: #5B310E;
}
</style>