Shades of Baker's Chocolate #5A3B11
Tints of Baker's Chocolate #5A3B11
RGB
CMYK
RGB Variations
Color information
#5A3B11 (or 0x5A3B11) is known color: Baker's Chocolate. HEX triplet: 5A, 3B and 11. RGB value is (90,59,17). Sum of RGB (Red+Green+Blue) = 90+59+17=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3B11 is #A5C4EE. Grayscale: #3F3F3F. Windows color (decimal): -10863855 or 1129306. OLE color: 1129306.
HSL color Cylindrical-coordinate representation of color #5A3B11: hue angle of 34.52º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A3B11 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 17 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.65 |
| HSL | 34.52º | 0.68% | 0.21% | - |
| HSV(B) | 34.52º | 0.81% | 0.35% | - |
| XYZ | 5.88 | 5.34 | 1.25 | - |
| YUV | 63.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 17 | 0 | 0.34 | 0.81 | 0.65 | 34.52 | 0.68 | 0.21 |
| Hex | 5A | 3B | 11 | 0 | 22 | 51 | 41 | 23 | 44 | 15 |
| Octal | 132 | 73 | 21 | 0 | 42 | 121 | 101 | 43 | 104 | 25 |
| Binary | 1011010 | 111011 | 10001 | 0 | 100010 | 1010001 | 1000001 | 100011 | 1000100 | 10101 |
Color Harmonies of #5A3B11
Complementary color
Monochromatic Colors of #5A3B11
Black with #5A3B11
Text Example
Text Example
White with #5A3B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B11; }
p { color: rgb(90,59,17); }
H1.HeaderClassName
{
color: #5A3B11;
}
.AnyTagClassName
{
color: #5A3B11;
}
</style>
background-color css
<style>
a { background-color: #5A3B11; }
a { background-color: rgb(90,59,17); }
div.DivClassName
{
background-color: #5A3B11;
}
.BgClassName
{
background-color: #5A3B11;
}
</style>
border-color css
<style>
span { border-color: #5A3B11; }
span { border-color: rgb(90,59,17); }
td.TdClassName
{
border-color: #5A3B11;
}
.TagClassName
{
border-color: #5A3B11;
}
</style>