Shades of Baker's Chocolate #5B3717
Tints of Baker's Chocolate #5B3717
RGB
CMYK
RGB Variations
Color information
#5B3717 (or 0x5B3717) is known color: Baker's Chocolate. HEX triplet: 5B, 37 and 17. RGB value is (91,55,23). Sum of RGB (Red+Green+Blue) = 91+55+23=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3717 is #A4C8E8. Grayscale: #3E3E3E. Windows color (decimal): -10799337 or 1521499. OLE color: 1521499.
HSL color Cylindrical-coordinate representation of color #5B3717: hue angle of 28.24º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B3717 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 55 | 23 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.64 |
| HSL | 28.24º | 0.6% | 0.22% | - |
| HSV(B) | 28.24º | 0.75% | 0.36% | - |
| XYZ | 5.84 | 5.02 | 1.47 | - |
| YUV | 62.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 55 | 23 | 0 | 0.40 | 0.75 | 0.64 | 28.24 | 0.6 | 0.22 |
| Hex | 5B | 37 | 17 | 0 | 28 | 4B | 40 | 1C | 3C | 16 |
| Octal | 133 | 67 | 27 | 0 | 50 | 113 | 100 | 34 | 74 | 26 |
| Binary | 1011011 | 110111 | 10111 | 0 | 101000 | 1001011 | 1000000 | 11100 | 111100 | 10110 |
Color Harmonies of #5B3717
Complementary color
Monochromatic Colors of #5B3717
Black with #5B3717
Text Example
Text Example
White with #5B3717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3717; }
p { color: rgb(91,55,23); }
H1.HeaderClassName
{
color: #5B3717;
}
.AnyTagClassName
{
color: #5B3717;
}
</style>
background-color css
<style>
a { background-color: #5B3717; }
a { background-color: rgb(91,55,23); }
div.DivClassName
{
background-color: #5B3717;
}
.BgClassName
{
background-color: #5B3717;
}
</style>
border-color css
<style>
span { border-color: #5B3717; }
span { border-color: rgb(91,55,23); }
td.TdClassName
{
border-color: #5B3717;
}
.TagClassName
{
border-color: #5B3717;
}
</style>