Shades of Baker's Chocolate #5B2203
Tints of Baker's Chocolate #5B2203
RGB
CMYK
RGB Variations
Color information
#5B2203 (or 0x5B2203) is known color: Baker's Chocolate. HEX triplet: 5B, 22 and 03. RGB value is (91,34,3). Sum of RGB (Red+Green+Blue) = 91+34+3=128 (16% of max value = 765). Red value is 91 (35.94% from 255 or 71.09% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2203 is #A4DDFC. Grayscale: #2F2F2F. Windows color (decimal): -10804733 or 205403. OLE color: 205403.
HSL color Cylindrical-coordinate representation of color #5B2203: hue angle of 21.14º 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 #5B2203 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 34 | 3 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.64 |
| HSL | 21.14º | 0.94% | 0.18% | - |
| HSV(B) | 21.14º | 0.97% | 0.36% | - |
| XYZ | 4.9 | 3.37 | 0.48 | - |
| YUV | 47.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 3 | 0 | 0.63 | 0.97 | 0.64 | 21.14 | 0.94 | 0.18 |
| Hex | 5B | 22 | 3 | 0 | 3F | 61 | 40 | 15 | 5E | 12 |
| Octal | 133 | 42 | 3 | 0 | 77 | 141 | 100 | 25 | 136 | 22 |
| Binary | 1011011 | 100010 | 11 | 0 | 111111 | 1100001 | 1000000 | 10101 | 1011110 | 10010 |
Color Harmonies of #5B2203
Complementary color
Monochromatic Colors of #5B2203
Black with #5B2203
Text Example
Text Example
White with #5B2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2203; }
p { color: rgb(91,34,3); }
H1.HeaderClassName
{
color: #5B2203;
}
.AnyTagClassName
{
color: #5B2203;
}
</style>
background-color css
<style>
a { background-color: #5B2203; }
a { background-color: rgb(91,34,3); }
div.DivClassName
{
background-color: #5B2203;
}
.BgClassName
{
background-color: #5B2203;
}
</style>
border-color css
<style>
span { border-color: #5B2203; }
span { border-color: rgb(91,34,3); }
td.TdClassName
{
border-color: #5B2203;
}
.TagClassName
{
border-color: #5B2203;
}
</style>