Shades of Baker's Chocolate #5B3802
Tints of Baker's Chocolate #5B3802
RGB
CMYK
RGB Variations
Color information
#5B3802 (or 0x5B3802) is known color: Baker's Chocolate. HEX triplet: 5B, 38 and 02. RGB value is (91,56,2). Sum of RGB (Red+Green+Blue) = 91+56+2=149 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.07% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3802 is #A4C7FD. Grayscale: #3C3C3C. Windows color (decimal): -10799102 or 145499. OLE color: 145499.
HSL color Cylindrical-coordinate representation of color #5B3802: hue angle of 36.4º 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 #5B3802 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 56 | 2 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.64 |
| HSL | 36.4º | 0.96% | 0.18% | - |
| HSV(B) | 36.4º | 0.98% | 0.36% | - |
| XYZ | 5.74 | 5.06 | 0.73 | - |
| YUV | 60.31 | 95.1 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 2 | 0 | 0.38 | 0.98 | 0.64 | 36.4 | 0.96 | 0.18 |
| Hex | 5B | 38 | 2 | 0 | 26 | 62 | 40 | 24 | 60 | 12 |
| Octal | 133 | 70 | 2 | 0 | 46 | 142 | 100 | 44 | 140 | 22 |
| Binary | 1011011 | 111000 | 10 | 0 | 100110 | 1100010 | 1000000 | 100100 | 1100000 | 10010 |
Color Harmonies of #5B3802
Complementary color
Monochromatic Colors of #5B3802
Black with #5B3802
Text Example
Text Example
White with #5B3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3802; }
p { color: rgb(91,56,2); }
H1.HeaderClassName
{
color: #5B3802;
}
.AnyTagClassName
{
color: #5B3802;
}
</style>
background-color css
<style>
a { background-color: #5B3802; }
a { background-color: rgb(91,56,2); }
div.DivClassName
{
background-color: #5B3802;
}
.BgClassName
{
background-color: #5B3802;
}
</style>
border-color css
<style>
span { border-color: #5B3802; }
span { border-color: rgb(91,56,2); }
td.TdClassName
{
border-color: #5B3802;
}
.TagClassName
{
border-color: #5B3802;
}
</style>