Shades of Baker's Chocolate #5B2A0D
Tints of Baker's Chocolate #5B2A0D
RGB
CMYK
RGB Variations
Color information
#5B2A0D (or 0x5B2A0D) is known color: Baker's Chocolate. HEX triplet: 5B, 2A and 0D. RGB value is (91,42,13). Sum of RGB (Red+Green+Blue) = 91+42+13=146 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.33% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2A0D is #A4D5F2. Grayscale: #353535. Windows color (decimal): -10802675 or 862811. OLE color: 862811.
HSL color Cylindrical-coordinate representation of color #5B2A0D: hue angle of 22.31º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B2A0D is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 42 | 13 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.64 |
| HSL | 22.31º | 0.75% | 0.2% | - |
| HSV(B) | 22.31º | 0.86% | 0.36% | - |
| XYZ | 5.21 | 3.91 | 0.86 | - |
| YUV | 53.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 13 | 0 | 0.54 | 0.86 | 0.64 | 22.31 | 0.75 | 0.2 |
| Hex | 5B | 2A | D | 0 | 36 | 56 | 40 | 16 | 4B | 14 |
| Octal | 133 | 52 | 15 | 0 | 66 | 126 | 100 | 26 | 113 | 24 |
| Binary | 1011011 | 101010 | 1101 | 0 | 110110 | 1010110 | 1000000 | 10110 | 1001011 | 10100 |
Color Harmonies of #5B2A0D
Complementary color
Monochromatic Colors of #5B2A0D
Black with #5B2A0D
Text Example
Text Example
White with #5B2A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2A0D; }
p { color: rgb(91,42,13); }
H1.HeaderClassName
{
color: #5B2A0D;
}
.AnyTagClassName
{
color: #5B2A0D;
}
</style>
background-color css
<style>
a { background-color: #5B2A0D; }
a { background-color: rgb(91,42,13); }
div.DivClassName
{
background-color: #5B2A0D;
}
.BgClassName
{
background-color: #5B2A0D;
}
</style>
border-color css
<style>
span { border-color: #5B2A0D; }
span { border-color: rgb(91,42,13); }
td.TdClassName
{
border-color: #5B2A0D;
}
.TagClassName
{
border-color: #5B2A0D;
}
</style>