Shades of Baker's Chocolate #5B3507
Tints of Baker's Chocolate #5B3507
RGB
CMYK
RGB Variations
Color information
#5B3507 (or 0x5B3507) is known color: Baker's Chocolate. HEX triplet: 5B, 35 and 07. RGB value is (91,53,7). Sum of RGB (Red+Green+Blue) = 91+53+7=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3507 is #A4CAF8. Grayscale: #3B3B3B. Windows color (decimal): -10799865 or 472411. OLE color: 472411.
HSL color Cylindrical-coordinate representation of color #5B3507: hue angle of 32.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B3507 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 7 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.64 |
| HSL | 32.86º | 0.86% | 0.19% | - |
| HSV(B) | 32.86º | 0.92% | 0.36% | - |
| XYZ | 5.63 | 4.79 | 0.83 | - |
| YUV | 59.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 7 | 0 | 0.42 | 0.92 | 0.64 | 32.86 | 0.86 | 0.19 |
| Hex | 5B | 35 | 7 | 0 | 2A | 5C | 40 | 21 | 56 | 13 |
| Octal | 133 | 65 | 7 | 0 | 52 | 134 | 100 | 41 | 126 | 23 |
| Binary | 1011011 | 110101 | 111 | 0 | 101010 | 1011100 | 1000000 | 100001 | 1010110 | 10011 |
Color Harmonies of #5B3507
Complementary color
Monochromatic Colors of #5B3507
Black with #5B3507
Text Example
Text Example
White with #5B3507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3507; }
p { color: rgb(91,53,7); }
H1.HeaderClassName
{
color: #5B3507;
}
.AnyTagClassName
{
color: #5B3507;
}
</style>
background-color css
<style>
a { background-color: #5B3507; }
a { background-color: rgb(91,53,7); }
div.DivClassName
{
background-color: #5B3507;
}
.BgClassName
{
background-color: #5B3507;
}
</style>
border-color css
<style>
span { border-color: #5B3507; }
span { border-color: rgb(91,53,7); }
td.TdClassName
{
border-color: #5B3507;
}
.TagClassName
{
border-color: #5B3507;
}
</style>