Shades of Baker's Chocolate #5B3602
Tints of Baker's Chocolate #5B3602
RGB
CMYK
RGB Variations
Color information
#5B3602 (or 0x5B3602) is known color: Baker's Chocolate. HEX triplet: 5B, 36 and 02. RGB value is (91,54,2). Sum of RGB (Red+Green+Blue) = 91+54+2=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3602 is #A4C9FD. Grayscale: #3B3B3B. Windows color (decimal): -10799614 or 144987. OLE color: 144987.
HSL color Cylindrical-coordinate representation of color #5B3602: hue angle of 35.06º 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 #5B3602 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 54 | 2 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.64 |
| HSL | 35.06º | 0.96% | 0.18% | - |
| HSV(B) | 35.06º | 0.98% | 0.36% | - |
| XYZ | 5.64 | 4.87 | 0.7 | - |
| YUV | 59.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 2 | 0 | 0.41 | 0.98 | 0.64 | 35.06 | 0.96 | 0.18 |
| Hex | 5B | 36 | 2 | 0 | 29 | 62 | 40 | 23 | 60 | 12 |
| Octal | 133 | 66 | 2 | 0 | 51 | 142 | 100 | 43 | 140 | 22 |
| Binary | 1011011 | 110110 | 10 | 0 | 101001 | 1100010 | 1000000 | 100011 | 1100000 | 10010 |
Color Harmonies of #5B3602
Complementary color
Monochromatic Colors of #5B3602
Black with #5B3602
Text Example
Text Example
White with #5B3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3602; }
p { color: rgb(91,54,2); }
H1.HeaderClassName
{
color: #5B3602;
}
.AnyTagClassName
{
color: #5B3602;
}
</style>
background-color css
<style>
a { background-color: #5B3602; }
a { background-color: rgb(91,54,2); }
div.DivClassName
{
background-color: #5B3602;
}
.BgClassName
{
background-color: #5B3602;
}
</style>
border-color css
<style>
span { border-color: #5B3602; }
span { border-color: rgb(91,54,2); }
td.TdClassName
{
border-color: #5B3602;
}
.TagClassName
{
border-color: #5B3602;
}
</style>