Shades of Baker's Chocolate #5B3210
Tints of Baker's Chocolate #5B3210
RGB
CMYK
RGB Variations
Color information
#5B3210 (or 0x5B3210) is known color: Baker's Chocolate. HEX triplet: 5B, 32 and 10. RGB value is (91,50,16). Sum of RGB (Red+Green+Blue) = 91+50+16=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3210 is #A4CDEF. Grayscale: #3A3A3A. Windows color (decimal): -10800624 or 1061467. OLE color: 1061467.
HSL color Cylindrical-coordinate representation of color #5B3210: hue angle of 27.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B3210 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 50 | 16 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.64 |
| HSL | 27.2º | 0.7% | 0.21% | - |
| HSV(B) | 27.2º | 0.82% | 0.36% | - |
| XYZ | 5.55 | 4.54 | 1.07 | - |
| YUV | 58.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 16 | 0 | 0.45 | 0.82 | 0.64 | 27.2 | 0.7 | 0.21 |
| Hex | 5B | 32 | 10 | 0 | 2D | 52 | 40 | 1B | 46 | 15 |
| Octal | 133 | 62 | 20 | 0 | 55 | 122 | 100 | 33 | 106 | 25 |
| Binary | 1011011 | 110010 | 10000 | 0 | 101101 | 1010010 | 1000000 | 11011 | 1000110 | 10101 |
Color Harmonies of #5B3210
Complementary color
Monochromatic Colors of #5B3210
Black with #5B3210
Text Example
Text Example
White with #5B3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3210; }
p { color: rgb(91,50,16); }
H1.HeaderClassName
{
color: #5B3210;
}
.AnyTagClassName
{
color: #5B3210;
}
</style>
background-color css
<style>
a { background-color: #5B3210; }
a { background-color: rgb(91,50,16); }
div.DivClassName
{
background-color: #5B3210;
}
.BgClassName
{
background-color: #5B3210;
}
</style>
border-color css
<style>
span { border-color: #5B3210; }
span { border-color: rgb(91,50,16); }
td.TdClassName
{
border-color: #5B3210;
}
.TagClassName
{
border-color: #5B3210;
}
</style>