Shades of Baker's Chocolate #5B2605
Tints of Baker's Chocolate #5B2605
RGB
CMYK
RGB Variations
Color information
#5B2605 (or 0x5B2605) is known color: Baker's Chocolate. HEX triplet: 5B, 26 and 05. RGB value is (91,38,5). Sum of RGB (Red+Green+Blue) = 91+38+5=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2605 is #A4D9FA. Grayscale: #323232. Windows color (decimal): -10803707 or 337499. OLE color: 337499.
HSL color Cylindrical-coordinate representation of color #5B2605: hue angle of 23.02º 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 #5B2605 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 38 | 5 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.64 |
| HSL | 23.02º | 0.9% | 0.19% | - |
| HSV(B) | 23.02º | 0.95% | 0.36% | - |
| XYZ | 5.03 | 3.62 | 0.58 | - |
| YUV | 50.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 5 | 0 | 0.58 | 0.95 | 0.64 | 23.02 | 0.9 | 0.19 |
| Hex | 5B | 26 | 5 | 0 | 3A | 5F | 40 | 17 | 5A | 13 |
| Octal | 133 | 46 | 5 | 0 | 72 | 137 | 100 | 27 | 132 | 23 |
| Binary | 1011011 | 100110 | 101 | 0 | 111010 | 1011111 | 1000000 | 10111 | 1011010 | 10011 |
Color Harmonies of #5B2605
Complementary color
Monochromatic Colors of #5B2605
Black with #5B2605
Text Example
Text Example
White with #5B2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2605; }
p { color: rgb(91,38,5); }
H1.HeaderClassName
{
color: #5B2605;
}
.AnyTagClassName
{
color: #5B2605;
}
</style>
background-color css
<style>
a { background-color: #5B2605; }
a { background-color: rgb(91,38,5); }
div.DivClassName
{
background-color: #5B2605;
}
.BgClassName
{
background-color: #5B2605;
}
</style>
border-color css
<style>
span { border-color: #5B2605; }
span { border-color: rgb(91,38,5); }
td.TdClassName
{
border-color: #5B2605;
}
.TagClassName
{
border-color: #5B2605;
}
</style>