Shades of Baker's Chocolate #5B320F
Tints of Baker's Chocolate #5B320F
RGB
CMYK
RGB Variations
Color information
#5B320F (or 0x5B320F) is known color: Baker's Chocolate. HEX triplet: 5B, 32 and 0F. RGB value is (91,50,15). Sum of RGB (Red+Green+Blue) = 91+50+15=156 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.33% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 91 - color contains mainly: red. Hex color #5B320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B320F is #A4CDF0. Grayscale: #3A3A3A. Windows color (decimal): -10800625 or 995931. OLE color: 995931.
HSL color Cylindrical-coordinate representation of color #5B320F: hue angle of 27.63º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B320F is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 50 | 15 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.64 |
| HSL | 27.63º | 0.72% | 0.21% | - |
| HSV(B) | 27.63º | 0.84% | 0.36% | - |
| XYZ | 5.54 | 4.54 | 1.04 | - |
| YUV | 58.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 15 | 0 | 0.45 | 0.84 | 0.64 | 27.63 | 0.72 | 0.21 |
| Hex | 5B | 32 | F | 0 | 2D | 54 | 40 | 1C | 48 | 15 |
| Octal | 133 | 62 | 17 | 0 | 55 | 124 | 100 | 34 | 110 | 25 |
| Binary | 1011011 | 110010 | 1111 | 0 | 101101 | 1010100 | 1000000 | 11100 | 1001000 | 10101 |
Color Harmonies of #5B320F
Complementary color
Monochromatic Colors of #5B320F
Black with #5B320F
Text Example
Text Example
White with #5B320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B320F; }
p { color: rgb(91,50,15); }
H1.HeaderClassName
{
color: #5B320F;
}
.AnyTagClassName
{
color: #5B320F;
}
</style>
background-color css
<style>
a { background-color: #5B320F; }
a { background-color: rgb(91,50,15); }
div.DivClassName
{
background-color: #5B320F;
}
.BgClassName
{
background-color: #5B320F;
}
</style>
border-color css
<style>
span { border-color: #5B320F; }
span { border-color: rgb(91,50,15); }
td.TdClassName
{
border-color: #5B320F;
}
.TagClassName
{
border-color: #5B320F;
}
</style>