Shades of Baker's Chocolate #5B360B
Tints of Baker's Chocolate #5B360B
RGB
CMYK
RGB Variations
Color information
#5B360B (or 0x5B360B) is known color: Baker's Chocolate. HEX triplet: 5B, 36 and 0B. RGB value is (91,54,11). Sum of RGB (Red+Green+Blue) = 91+54+11=156 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.33% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 91 - color contains mainly: red. Hex color #5B360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B360B is #A4C9F4. Grayscale: #3C3C3C. Windows color (decimal): -10799605 or 734811. OLE color: 734811.
HSL color Cylindrical-coordinate representation of color #5B360B: hue angle of 32.25º 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 #5B360B is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 54 | 11 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.64 |
| HSL | 32.25º | 0.78% | 0.2% | - |
| HSV(B) | 32.25º | 0.88% | 0.36% | - |
| XYZ | 5.69 | 4.89 | 0.96 | - |
| YUV | 60.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 11 | 0 | 0.41 | 0.88 | 0.64 | 32.25 | 0.78 | 0.2 |
| Hex | 5B | 36 | B | 0 | 29 | 58 | 40 | 20 | 4E | 14 |
| Octal | 133 | 66 | 13 | 0 | 51 | 130 | 100 | 40 | 116 | 24 |
| Binary | 1011011 | 110110 | 1011 | 0 | 101001 | 1011000 | 1000000 | 100000 | 1001110 | 10100 |
Color Harmonies of #5B360B
Complementary color
Monochromatic Colors of #5B360B
Black with #5B360B
Text Example
Text Example
White with #5B360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B360B; }
p { color: rgb(91,54,11); }
H1.HeaderClassName
{
color: #5B360B;
}
.AnyTagClassName
{
color: #5B360B;
}
</style>
background-color css
<style>
a { background-color: #5B360B; }
a { background-color: rgb(91,54,11); }
div.DivClassName
{
background-color: #5B360B;
}
.BgClassName
{
background-color: #5B360B;
}
</style>
border-color css
<style>
span { border-color: #5B360B; }
span { border-color: rgb(91,54,11); }
td.TdClassName
{
border-color: #5B360B;
}
.TagClassName
{
border-color: #5B360B;
}
</style>