Shades of Baker's Chocolate #5B2405
Tints of Baker's Chocolate #5B2405
RGB
CMYK
RGB Variations
Color information
#5B2405 (or 0x5B2405) is known color: Baker's Chocolate. HEX triplet: 5B, 24 and 05. RGB value is (91,36,5). Sum of RGB (Red+Green+Blue) = 91+36+5=132 (17% of max value = 765). Red value is 91 (35.94% from 255 or 68.94% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2405 is #A4DBFA. Grayscale: #313131. Windows color (decimal): -10804219 or 336987. OLE color: 336987.
HSL color Cylindrical-coordinate representation of color #5B2405: hue angle of 21.63º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B2405 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 36 | 5 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.64 |
| HSL | 21.63º | 0.9% | 0.19% | - |
| HSV(B) | 21.63º | 0.95% | 0.36% | - |
| XYZ | 4.97 | 3.5 | 0.56 | - |
| YUV | 48.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 5 | 0 | 0.60 | 0.95 | 0.64 | 21.63 | 0.9 | 0.19 |
| Hex | 5B | 24 | 5 | 0 | 3C | 5F | 40 | 16 | 5A | 13 |
| Octal | 133 | 44 | 5 | 0 | 74 | 137 | 100 | 26 | 132 | 23 |
| Binary | 1011011 | 100100 | 101 | 0 | 111100 | 1011111 | 1000000 | 10110 | 1011010 | 10011 |
Color Harmonies of #5B2405
Complementary color
Monochromatic Colors of #5B2405
Black with #5B2405
Text Example
Text Example
White with #5B2405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2405; }
p { color: rgb(91,36,5); }
H1.HeaderClassName
{
color: #5B2405;
}
.AnyTagClassName
{
color: #5B2405;
}
</style>
background-color css
<style>
a { background-color: #5B2405; }
a { background-color: rgb(91,36,5); }
div.DivClassName
{
background-color: #5B2405;
}
.BgClassName
{
background-color: #5B2405;
}
</style>
border-color css
<style>
span { border-color: #5B2405; }
span { border-color: rgb(91,36,5); }
td.TdClassName
{
border-color: #5B2405;
}
.TagClassName
{
border-color: #5B2405;
}
</style>