Shades of Baker's Chocolate #5B2910
Tints of Baker's Chocolate #5B2910
RGB
CMYK
RGB Variations
Color information
#5B2910 (or 0x5B2910) is known color: Baker's Chocolate. HEX triplet: 5B, 29 and 10. RGB value is (91,41,16). Sum of RGB (Red+Green+Blue) = 91+41+16=148 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.49% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2910 is #A4D6EF. Grayscale: #353535. Windows color (decimal): -10802928 or 1059163. OLE color: 1059163.
HSL color Cylindrical-coordinate representation of color #5B2910: hue angle of 20º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B2910 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 41 | 16 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.64 |
| HSL | 20º | 0.7% | 0.21% | - |
| HSV(B) | 20º | 0.82% | 0.36% | - |
| XYZ | 5.2 | 3.85 | 0.96 | - |
| YUV | 53.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 16 | 0 | 0.55 | 0.82 | 0.64 | 20 | 0.7 | 0.21 |
| Hex | 5B | 29 | 10 | 0 | 37 | 52 | 40 | 14 | 46 | 15 |
| Octal | 133 | 51 | 20 | 0 | 67 | 122 | 100 | 24 | 106 | 25 |
| Binary | 1011011 | 101001 | 10000 | 0 | 110111 | 1010010 | 1000000 | 10100 | 1000110 | 10101 |
Color Harmonies of #5B2910
Complementary color
Monochromatic Colors of #5B2910
Black with #5B2910
Text Example
Text Example
White with #5B2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2910; }
p { color: rgb(91,41,16); }
H1.HeaderClassName
{
color: #5B2910;
}
.AnyTagClassName
{
color: #5B2910;
}
</style>
background-color css
<style>
a { background-color: #5B2910; }
a { background-color: rgb(91,41,16); }
div.DivClassName
{
background-color: #5B2910;
}
.BgClassName
{
background-color: #5B2910;
}
</style>
border-color css
<style>
span { border-color: #5B2910; }
span { border-color: rgb(91,41,16); }
td.TdClassName
{
border-color: #5B2910;
}
.TagClassName
{
border-color: #5B2910;
}
</style>