Shades of Baker's Chocolate #5B321B
Tints of Baker's Chocolate #5B321B
RGB
CMYK
RGB Variations
Color information
#5B321B (or 0x5B321B) is known color: Baker's Chocolate. HEX triplet: 5B, 32 and 1B. RGB value is (91,50,27). Sum of RGB (Red+Green+Blue) = 91+50+27=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B321B is #A4CDE4. Grayscale: #3B3B3B. Windows color (decimal): -10800613 or 1782363. OLE color: 1782363.
HSL color Cylindrical-coordinate representation of color #5B321B: hue angle of 21.56º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B321B is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 50 | 27 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.64 |
| HSL | 21.56º | 0.54% | 0.23% | - |
| HSV(B) | 21.56º | 0.7% | 0.36% | - |
| XYZ | 5.65 | 4.58 | 1.62 | - |
| YUV | 59.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 27 | 0 | 0.45 | 0.70 | 0.64 | 21.56 | 0.54 | 0.23 |
| Hex | 5B | 32 | 1B | 0 | 2D | 46 | 40 | 16 | 36 | 17 |
| Octal | 133 | 62 | 33 | 0 | 55 | 106 | 100 | 26 | 66 | 27 |
| Binary | 1011011 | 110010 | 11011 | 0 | 101101 | 1000110 | 1000000 | 10110 | 110110 | 10111 |
Color Harmonies of #5B321B
Complementary color
Monochromatic Colors of #5B321B
Black with #5B321B
Text Example
Text Example
White with #5B321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B321B; }
p { color: rgb(91,50,27); }
H1.HeaderClassName
{
color: #5B321B;
}
.AnyTagClassName
{
color: #5B321B;
}
</style>
background-color css
<style>
a { background-color: #5B321B; }
a { background-color: rgb(91,50,27); }
div.DivClassName
{
background-color: #5B321B;
}
.BgClassName
{
background-color: #5B321B;
}
</style>
border-color css
<style>
span { border-color: #5B321B; }
span { border-color: rgb(91,50,27); }
td.TdClassName
{
border-color: #5B321B;
}
.TagClassName
{
border-color: #5B321B;
}
</style>