Shades of Baker's Chocolate #5B3C02
Tints of Baker's Chocolate #5B3C02
RGB
CMYK
RGB Variations
Color information
#5B3C02 (or 0x5B3C02) is known color: Baker's Chocolate. HEX triplet: 5B, 3C and 02. RGB value is (91,60,2). Sum of RGB (Red+Green+Blue) = 91+60+2=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3C02 is #A4C3FD. Grayscale: #3E3E3E. Windows color (decimal): -10798078 or 146523. OLE color: 146523.
HSL color Cylindrical-coordinate representation of color #5B3C02: hue angle of 39.1º 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 #5B3C02 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 60 | 2 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.64 |
| HSL | 39.1º | 0.96% | 0.18% | - |
| HSV(B) | 39.1º | 0.98% | 0.36% | - |
| XYZ | 5.94 | 5.46 | 0.8 | - |
| YUV | 62.66 | 93.77 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 2 | 0 | 0.34 | 0.98 | 0.64 | 39.1 | 0.96 | 0.18 |
| Hex | 5B | 3C | 2 | 0 | 22 | 62 | 40 | 27 | 60 | 12 |
| Octal | 133 | 74 | 2 | 0 | 42 | 142 | 100 | 47 | 140 | 22 |
| Binary | 1011011 | 111100 | 10 | 0 | 100010 | 1100010 | 1000000 | 100111 | 1100000 | 10010 |
Color Harmonies of #5B3C02
Complementary color
Monochromatic Colors of #5B3C02
Black with #5B3C02
Text Example
Text Example
White with #5B3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3C02; }
p { color: rgb(91,60,2); }
H1.HeaderClassName
{
color: #5B3C02;
}
.AnyTagClassName
{
color: #5B3C02;
}
</style>
background-color css
<style>
a { background-color: #5B3C02; }
a { background-color: rgb(91,60,2); }
div.DivClassName
{
background-color: #5B3C02;
}
.BgClassName
{
background-color: #5B3C02;
}
</style>
border-color css
<style>
span { border-color: #5B3C02; }
span { border-color: rgb(91,60,2); }
td.TdClassName
{
border-color: #5B3C02;
}
.TagClassName
{
border-color: #5B3C02;
}
</style>