Shades of Baker's Chocolate #5B3E08
Tints of Baker's Chocolate #5B3E08
RGB
CMYK
RGB Variations
Color information
#5B3E08 (or 0x5B3E08) is known color: Baker's Chocolate. HEX triplet: 5B, 3E and 08. RGB value is (91,62,8). Sum of RGB (Red+Green+Blue) = 91+62+8=161 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.52% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3E08 is #A4C1F7. Grayscale: #404040. Windows color (decimal): -10797560 or 540251. OLE color: 540251.
HSL color Cylindrical-coordinate representation of color #5B3E08: hue angle of 39.04º 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 #5B3E08 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 62 | 8 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.64 |
| HSL | 39.04º | 0.84% | 0.19% | - |
| HSV(B) | 39.04º | 0.91% | 0.36% | - |
| XYZ | 6.08 | 5.69 | 1.01 | - |
| YUV | 64.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 62 | 8 | 0 | 0.32 | 0.91 | 0.64 | 39.04 | 0.84 | 0.19 |
| Hex | 5B | 3E | 8 | 0 | 20 | 5B | 40 | 27 | 54 | 13 |
| Octal | 133 | 76 | 10 | 0 | 40 | 133 | 100 | 47 | 124 | 23 |
| Binary | 1011011 | 111110 | 1000 | 0 | 100000 | 1011011 | 1000000 | 100111 | 1010100 | 10011 |
Color Harmonies of #5B3E08
Complementary color
Monochromatic Colors of #5B3E08
Black with #5B3E08
Text Example
Text Example
White with #5B3E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3E08; }
p { color: rgb(91,62,8); }
H1.HeaderClassName
{
color: #5B3E08;
}
.AnyTagClassName
{
color: #5B3E08;
}
</style>
background-color css
<style>
a { background-color: #5B3E08; }
a { background-color: rgb(91,62,8); }
div.DivClassName
{
background-color: #5B3E08;
}
.BgClassName
{
background-color: #5B3E08;
}
</style>
border-color css
<style>
span { border-color: #5B3E08; }
span { border-color: rgb(91,62,8); }
td.TdClassName
{
border-color: #5B3E08;
}
.TagClassName
{
border-color: #5B3E08;
}
</style>