Shades of Baker's Chocolate #5B3206
Tints of Baker's Chocolate #5B3206
RGB
CMYK
RGB Variations
Color information
#5B3206 (or 0x5B3206) is known color: Baker's Chocolate. HEX triplet: 5B, 32 and 06. RGB value is (91,50,6). Sum of RGB (Red+Green+Blue) = 91+50+6=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3206 is #A4CDF9. Grayscale: #393939. Windows color (decimal): -10800634 or 406107. OLE color: 406107.
HSL color Cylindrical-coordinate representation of color #5B3206: hue angle of 31.06º 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 #5B3206 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 50 | 6 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.64 |
| HSL | 31.06º | 0.88% | 0.19% | - |
| HSV(B) | 31.06º | 0.93% | 0.36% | - |
| XYZ | 5.49 | 4.52 | 0.76 | - |
| YUV | 57.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 6 | 0 | 0.45 | 0.93 | 0.64 | 31.06 | 0.88 | 0.19 |
| Hex | 5B | 32 | 6 | 0 | 2D | 5D | 40 | 1F | 58 | 13 |
| Octal | 133 | 62 | 6 | 0 | 55 | 135 | 100 | 37 | 130 | 23 |
| Binary | 1011011 | 110010 | 110 | 0 | 101101 | 1011101 | 1000000 | 11111 | 1011000 | 10011 |
Color Harmonies of #5B3206
Complementary color
Monochromatic Colors of #5B3206
Black with #5B3206
Text Example
Text Example
White with #5B3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3206; }
p { color: rgb(91,50,6); }
H1.HeaderClassName
{
color: #5B3206;
}
.AnyTagClassName
{
color: #5B3206;
}
</style>
background-color css
<style>
a { background-color: #5B3206; }
a { background-color: rgb(91,50,6); }
div.DivClassName
{
background-color: #5B3206;
}
.BgClassName
{
background-color: #5B3206;
}
</style>
border-color css
<style>
span { border-color: #5B3206; }
span { border-color: rgb(91,50,6); }
td.TdClassName
{
border-color: #5B3206;
}
.TagClassName
{
border-color: #5B3206;
}
</style>