Shades of Baker's Chocolate #5B2E10
Tints of Baker's Chocolate #5B2E10
RGB
CMYK
RGB Variations
Color information
#5B2E10 (or 0x5B2E10) is known color: Baker's Chocolate. HEX triplet: 5B, 2E and 10. RGB value is (91,46,16). Sum of RGB (Red+Green+Blue) = 91+46+16=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2E10 is #A4D1EF. Grayscale: #383838. Windows color (decimal): -10801648 or 1060443. OLE color: 1060443.
HSL color Cylindrical-coordinate representation of color #5B2E10: hue angle of 24º 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 #5B2E10 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 46 | 16 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.64 |
| HSL | 24º | 0.7% | 0.21% | - |
| HSV(B) | 24º | 0.82% | 0.36% | - |
| XYZ | 5.38 | 4.22 | 1.02 | - |
| YUV | 56.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 46 | 16 | 0 | 0.49 | 0.82 | 0.64 | 24 | 0.7 | 0.21 |
| Hex | 5B | 2E | 10 | 0 | 31 | 52 | 40 | 18 | 46 | 15 |
| Octal | 133 | 56 | 20 | 0 | 61 | 122 | 100 | 30 | 106 | 25 |
| Binary | 1011011 | 101110 | 10000 | 0 | 110001 | 1010010 | 1000000 | 11000 | 1000110 | 10101 |
Color Harmonies of #5B2E10
Complementary color
Monochromatic Colors of #5B2E10
Black with #5B2E10
Text Example
Text Example
White with #5B2E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2E10; }
p { color: rgb(91,46,16); }
H1.HeaderClassName
{
color: #5B2E10;
}
.AnyTagClassName
{
color: #5B2E10;
}
</style>
background-color css
<style>
a { background-color: #5B2E10; }
a { background-color: rgb(91,46,16); }
div.DivClassName
{
background-color: #5B2E10;
}
.BgClassName
{
background-color: #5B2E10;
}
</style>
border-color css
<style>
span { border-color: #5B2E10; }
span { border-color: rgb(91,46,16); }
td.TdClassName
{
border-color: #5B2E10;
}
.TagClassName
{
border-color: #5B2E10;
}
</style>