Shades of Baker's Chocolate #5B2003
Tints of Baker's Chocolate #5B2003
RGB
CMYK
RGB Variations
Color information
#5B2003 (or 0x5B2003) is known color: Baker's Chocolate. HEX triplet: 5B, 20 and 03. RGB value is (91,32,3). Sum of RGB (Red+Green+Blue) = 91+32+3=126 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.22% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2003 is #A4DFFC. Grayscale: #2E2E2E. Windows color (decimal): -10805245 or 204891. OLE color: 204891.
HSL color Cylindrical-coordinate representation of color #5B2003: hue angle of 19.77º 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 #5B2003 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 32 | 3 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.64 |
| HSL | 19.77º | 0.94% | 0.18% | - |
| HSV(B) | 19.77º | 0.97% | 0.36% | - |
| XYZ | 4.85 | 3.26 | 0.46 | - |
| YUV | 46.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 3 | 0 | 0.65 | 0.97 | 0.64 | 19.77 | 0.94 | 0.18 |
| Hex | 5B | 20 | 3 | 0 | 41 | 61 | 40 | 14 | 5E | 12 |
| Octal | 133 | 40 | 3 | 0 | 101 | 141 | 100 | 24 | 136 | 22 |
| Binary | 1011011 | 100000 | 11 | 0 | 1000001 | 1100001 | 1000000 | 10100 | 1011110 | 10010 |
Color Harmonies of #5B2003
Complementary color
Monochromatic Colors of #5B2003
Black with #5B2003
Text Example
Text Example
White with #5B2003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2003; }
p { color: rgb(91,32,3); }
H1.HeaderClassName
{
color: #5B2003;
}
.AnyTagClassName
{
color: #5B2003;
}
</style>
background-color css
<style>
a { background-color: #5B2003; }
a { background-color: rgb(91,32,3); }
div.DivClassName
{
background-color: #5B2003;
}
.BgClassName
{
background-color: #5B2003;
}
</style>
border-color css
<style>
span { border-color: #5B2003; }
span { border-color: rgb(91,32,3); }
td.TdClassName
{
border-color: #5B2003;
}
.TagClassName
{
border-color: #5B2003;
}
</style>