Shades of Baker's Chocolate #5B3608
Tints of Baker's Chocolate #5B3608
RGB
CMYK
RGB Variations
Color information
#5B3608 (or 0x5B3608) is known color: Baker's Chocolate. HEX triplet: 5B, 36 and 08. RGB value is (91,54,8). Sum of RGB (Red+Green+Blue) = 91+54+8=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3608 is #A4C9F7. Grayscale: #3C3C3C. Windows color (decimal): -10799608 or 538203. OLE color: 538203.
HSL color Cylindrical-coordinate representation of color #5B3608: hue angle of 33.25º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B3608 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 54 | 8 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.64 |
| HSL | 33.25º | 0.84% | 0.19% | - |
| HSV(B) | 33.25º | 0.91% | 0.36% | - |
| XYZ | 5.68 | 4.88 | 0.87 | - |
| YUV | 59.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 8 | 0 | 0.41 | 0.91 | 0.64 | 33.25 | 0.84 | 0.19 |
| Hex | 5B | 36 | 8 | 0 | 29 | 5B | 40 | 21 | 54 | 13 |
| Octal | 133 | 66 | 10 | 0 | 51 | 133 | 100 | 41 | 124 | 23 |
| Binary | 1011011 | 110110 | 1000 | 0 | 101001 | 1011011 | 1000000 | 100001 | 1010100 | 10011 |
Color Harmonies of #5B3608
Complementary color
Monochromatic Colors of #5B3608
Black with #5B3608
Text Example
Text Example
White with #5B3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3608; }
p { color: rgb(91,54,8); }
H1.HeaderClassName
{
color: #5B3608;
}
.AnyTagClassName
{
color: #5B3608;
}
</style>
background-color css
<style>
a { background-color: #5B3608; }
a { background-color: rgb(91,54,8); }
div.DivClassName
{
background-color: #5B3608;
}
.BgClassName
{
background-color: #5B3608;
}
</style>
border-color css
<style>
span { border-color: #5B3608; }
span { border-color: rgb(91,54,8); }
td.TdClassName
{
border-color: #5B3608;
}
.TagClassName
{
border-color: #5B3608;
}
</style>