Shades of Baker's Chocolate #5B3C03
Tints of Baker's Chocolate #5B3C03
RGB
CMYK
RGB Variations
Color information
#5B3C03 (or 0x5B3C03) is known color: Baker's Chocolate. HEX triplet: 5B, 3C and 03. RGB value is (91,60,3). Sum of RGB (Red+Green+Blue) = 91+60+3=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3C03 is #A4C3FC. Grayscale: #3F3F3F. Windows color (decimal): -10798077 or 212059. OLE color: 212059.
HSL color Cylindrical-coordinate representation of color #5B3C03: hue angle of 38.86º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B3C03 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 60 | 3 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.64 |
| HSL | 38.86º | 0.94% | 0.18% | - |
| HSV(B) | 38.86º | 0.97% | 0.36% | - |
| XYZ | 5.95 | 5.46 | 0.83 | - |
| YUV | 62.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 3 | 0 | 0.34 | 0.97 | 0.64 | 38.86 | 0.94 | 0.18 |
| Hex | 5B | 3C | 3 | 0 | 22 | 61 | 40 | 27 | 5E | 12 |
| Octal | 133 | 74 | 3 | 0 | 42 | 141 | 100 | 47 | 136 | 22 |
| Binary | 1011011 | 111100 | 11 | 0 | 100010 | 1100001 | 1000000 | 100111 | 1011110 | 10010 |
Color Harmonies of #5B3C03
Complementary color
Monochromatic Colors of #5B3C03
Black with #5B3C03
Text Example
Text Example
White with #5B3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3C03; }
p { color: rgb(91,60,3); }
H1.HeaderClassName
{
color: #5B3C03;
}
.AnyTagClassName
{
color: #5B3C03;
}
</style>
background-color css
<style>
a { background-color: #5B3C03; }
a { background-color: rgb(91,60,3); }
div.DivClassName
{
background-color: #5B3C03;
}
.BgClassName
{
background-color: #5B3C03;
}
</style>
border-color css
<style>
span { border-color: #5B3C03; }
span { border-color: rgb(91,60,3); }
td.TdClassName
{
border-color: #5B3C03;
}
.TagClassName
{
border-color: #5B3C03;
}
</style>