Shades of Baker's Chocolate #5B3600
Tints of Baker's Chocolate #5B3600
RGB
CMYK
RGB Variations
Color information
#5B3600 (or 0x5B3600) is known color: Baker's Chocolate. HEX triplet: 5B, 36 and 00. RGB value is (91,54,0). Sum of RGB (Red+Green+Blue) = 91+54+0=145 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.76% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3600 is #A4C9FF. Grayscale: #3B3B3B. Windows color (decimal): -10799616 or 13915. OLE color: 13915.
HSL color Cylindrical-coordinate representation of color #5B3600: hue angle of 35.6º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B3600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 54 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.64 |
| HSL | 35.6º | 1% | 0.18% | - |
| HSV(B) | 35.6º | 1% | 0.36% | - |
| XYZ | 5.63 | 4.86 | 0.64 | - |
| YUV | 58.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 0 | 0 | 0.41 | 1 | 0.64 | 35.6 | 1 | 0.18 |
| Hex | 5B | 36 | 0 | 0 | 29 | 64 | 40 | 24 | 64 | 12 |
| Octal | 133 | 66 | 0 | 0 | 51 | 144 | 100 | 44 | 144 | 22 |
| Binary | 1011011 | 110110 | 0 | 0 | 101001 | 1100100 | 1000000 | 100100 | 1100100 | 10010 |
Color Harmonies of #5B3600
Complementary color
Monochromatic Colors of #5B3600
Black with #5B3600
Text Example
Text Example
White with #5B3600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3600; }
p { color: rgb(91,54,0); }
H1.HeaderClassName
{
color: #5B3600;
}
.AnyTagClassName
{
color: #5B3600;
}
</style>
background-color css
<style>
a { background-color: #5B3600; }
a { background-color: rgb(91,54,0); }
div.DivClassName
{
background-color: #5B3600;
}
.BgClassName
{
background-color: #5B3600;
}
</style>
border-color css
<style>
span { border-color: #5B3600; }
span { border-color: rgb(91,54,0); }
td.TdClassName
{
border-color: #5B3600;
}
.TagClassName
{
border-color: #5B3600;
}
</style>