Shades of Baker's Chocolate #5B2602
Tints of Baker's Chocolate #5B2602
RGB
CMYK
RGB Variations
Color information
#5B2602 (or 0x5B2602) is known color: Baker's Chocolate. HEX triplet: 5B, 26 and 02. RGB value is (91,38,2). Sum of RGB (Red+Green+Blue) = 91+38+2=131 (17% of max value = 765). Red value is 91 (35.94% from 255 or 69.47% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2602 is #A4D9FD. Grayscale: #313131. Windows color (decimal): -10803710 or 140891. OLE color: 140891.
HSL color Cylindrical-coordinate representation of color #5B2602: hue angle of 24.27º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B2602 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 38 | 2 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.64 |
| HSL | 24.27º | 0.96% | 0.18% | - |
| HSV(B) | 24.27º | 0.98% | 0.36% | - |
| XYZ | 5.02 | 3.61 | 0.49 | - |
| YUV | 49.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 2 | 0 | 0.58 | 0.98 | 0.64 | 24.27 | 0.96 | 0.18 |
| Hex | 5B | 26 | 2 | 0 | 3A | 62 | 40 | 18 | 60 | 12 |
| Octal | 133 | 46 | 2 | 0 | 72 | 142 | 100 | 30 | 140 | 22 |
| Binary | 1011011 | 100110 | 10 | 0 | 111010 | 1100010 | 1000000 | 11000 | 1100000 | 10010 |
Color Harmonies of #5B2602
Complementary color
Monochromatic Colors of #5B2602
Black with #5B2602
Text Example
Text Example
White with #5B2602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2602; }
p { color: rgb(91,38,2); }
H1.HeaderClassName
{
color: #5B2602;
}
.AnyTagClassName
{
color: #5B2602;
}
</style>
background-color css
<style>
a { background-color: #5B2602; }
a { background-color: rgb(91,38,2); }
div.DivClassName
{
background-color: #5B2602;
}
.BgClassName
{
background-color: #5B2602;
}
</style>
border-color css
<style>
span { border-color: #5B2602; }
span { border-color: rgb(91,38,2); }
td.TdClassName
{
border-color: #5B2602;
}
.TagClassName
{
border-color: #5B2602;
}
</style>