Shades of Baker's Chocolate #5B3506
Tints of Baker's Chocolate #5B3506
RGB
CMYK
RGB Variations
Color information
#5B3506 (or 0x5B3506) is known color: Baker's Chocolate. HEX triplet: 5B, 35 and 06. RGB value is (91,53,6). Sum of RGB (Red+Green+Blue) = 91+53+6=150 (19% of max value = 765). Red value is 91 (35.94% from 255 or 60.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3506 is #A4CAF9. Grayscale: #3B3B3B. Windows color (decimal): -10799866 or 406875. OLE color: 406875.
HSL color Cylindrical-coordinate representation of color #5B3506: hue angle of 33.18º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B3506 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 6 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.64 |
| HSL | 33.18º | 0.88% | 0.19% | - |
| HSV(B) | 33.18º | 0.93% | 0.36% | - |
| XYZ | 5.62 | 4.78 | 0.8 | - |
| YUV | 59 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 6 | 0 | 0.42 | 0.93 | 0.64 | 33.18 | 0.88 | 0.19 |
| Hex | 5B | 35 | 6 | 0 | 2A | 5D | 40 | 21 | 58 | 13 |
| Octal | 133 | 65 | 6 | 0 | 52 | 135 | 100 | 41 | 130 | 23 |
| Binary | 1011011 | 110101 | 110 | 0 | 101010 | 1011101 | 1000000 | 100001 | 1011000 | 10011 |
Color Harmonies of #5B3506
Complementary color
Monochromatic Colors of #5B3506
Black with #5B3506
Text Example
Text Example
White with #5B3506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3506; }
p { color: rgb(91,53,6); }
H1.HeaderClassName
{
color: #5B3506;
}
.AnyTagClassName
{
color: #5B3506;
}
</style>
background-color css
<style>
a { background-color: #5B3506; }
a { background-color: rgb(91,53,6); }
div.DivClassName
{
background-color: #5B3506;
}
.BgClassName
{
background-color: #5B3506;
}
</style>
border-color css
<style>
span { border-color: #5B3506; }
span { border-color: rgb(91,53,6); }
td.TdClassName
{
border-color: #5B3506;
}
.TagClassName
{
border-color: #5B3506;
}
</style>