Shades of Baker's Chocolate #5B2807
Tints of Baker's Chocolate #5B2807
RGB
CMYK
RGB Variations
Color information
#5B2807 (or 0x5B2807) is known color: Baker's Chocolate. HEX triplet: 5B, 28 and 07. RGB value is (91,40,7). Sum of RGB (Red+Green+Blue) = 91+40+7=138 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.94% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2807 is #A4D7F8. Grayscale: #333333. Windows color (decimal): -10803193 or 469083. OLE color: 469083.
HSL color Cylindrical-coordinate representation of color #5B2807: hue angle of 23.57º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B2807 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 40 | 7 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.64 |
| HSL | 23.57º | 0.86% | 0.19% | - |
| HSV(B) | 23.57º | 0.92% | 0.36% | - |
| XYZ | 5.11 | 3.76 | 0.66 | - |
| YUV | 51.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 7 | 0 | 0.56 | 0.92 | 0.64 | 23.57 | 0.86 | 0.19 |
| Hex | 5B | 28 | 7 | 0 | 38 | 5C | 40 | 18 | 56 | 13 |
| Octal | 133 | 50 | 7 | 0 | 70 | 134 | 100 | 30 | 126 | 23 |
| Binary | 1011011 | 101000 | 111 | 0 | 111000 | 1011100 | 1000000 | 11000 | 1010110 | 10011 |
Color Harmonies of #5B2807
Complementary color
Monochromatic Colors of #5B2807
Black with #5B2807
Text Example
Text Example
White with #5B2807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2807; }
p { color: rgb(91,40,7); }
H1.HeaderClassName
{
color: #5B2807;
}
.AnyTagClassName
{
color: #5B2807;
}
</style>
background-color css
<style>
a { background-color: #5B2807; }
a { background-color: rgb(91,40,7); }
div.DivClassName
{
background-color: #5B2807;
}
.BgClassName
{
background-color: #5B2807;
}
</style>
border-color css
<style>
span { border-color: #5B2807; }
span { border-color: rgb(91,40,7); }
td.TdClassName
{
border-color: #5B2807;
}
.TagClassName
{
border-color: #5B2807;
}
</style>