Shades of Baker's Chocolate #5B280B
Tints of Baker's Chocolate #5B280B
RGB
CMYK
RGB Variations
Color information
#5B280B (or 0x5B280B) is known color: Baker's Chocolate. HEX triplet: 5B, 28 and 0B. RGB value is (91,40,11). Sum of RGB (Red+Green+Blue) = 91+40+11=142 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.08% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 91 - color contains mainly: red. Hex color #5B280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B280B is #A4D7F4. Grayscale: #343434. Windows color (decimal): -10803189 or 731227. OLE color: 731227.
HSL color Cylindrical-coordinate representation of color #5B280B: hue angle of 21.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B280B is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 40 | 11 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.64 |
| HSL | 21.75º | 0.78% | 0.2% | - |
| HSV(B) | 21.75º | 0.88% | 0.36% | - |
| XYZ | 5.13 | 3.77 | 0.77 | - |
| YUV | 51.94 | 104.9 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 11 | 0 | 0.56 | 0.88 | 0.64 | 21.75 | 0.78 | 0.2 |
| Hex | 5B | 28 | B | 0 | 38 | 58 | 40 | 16 | 4E | 14 |
| Octal | 133 | 50 | 13 | 0 | 70 | 130 | 100 | 26 | 116 | 24 |
| Binary | 1011011 | 101000 | 1011 | 0 | 111000 | 1011000 | 1000000 | 10110 | 1001110 | 10100 |
Color Harmonies of #5B280B
Complementary color
Monochromatic Colors of #5B280B
Black with #5B280B
Text Example
Text Example
White with #5B280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B280B; }
p { color: rgb(91,40,11); }
H1.HeaderClassName
{
color: #5B280B;
}
.AnyTagClassName
{
color: #5B280B;
}
</style>
background-color css
<style>
a { background-color: #5B280B; }
a { background-color: rgb(91,40,11); }
div.DivClassName
{
background-color: #5B280B;
}
.BgClassName
{
background-color: #5B280B;
}
</style>
border-color css
<style>
span { border-color: #5B280B; }
span { border-color: rgb(91,40,11); }
td.TdClassName
{
border-color: #5B280B;
}
.TagClassName
{
border-color: #5B280B;
}
</style>