Shades of Baker's Chocolate #5A290E
Tints of Baker's Chocolate #5A290E
RGB
CMYK
RGB Variations
Color information
#5A290E (or 0x5A290E) is known color: Baker's Chocolate. HEX triplet: 5A, 29 and 0E. RGB value is (90,41,14). Sum of RGB (Red+Green+Blue) = 90+41+14=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A290E is #A5D6F1. Grayscale: #343434. Windows color (decimal): -10868466 or 928090. OLE color: 928090.
HSL color Cylindrical-coordinate representation of color #5A290E: hue angle of 21.32º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A290E is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 14 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.65 |
| HSL | 21.32º | 0.73% | 0.2% | - |
| HSV(B) | 21.32º | 0.84% | 0.35% | - |
| XYZ | 5.09 | 3.79 | 0.88 | - |
| YUV | 52.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 14 | 0 | 0.54 | 0.84 | 0.65 | 21.32 | 0.73 | 0.2 |
| Hex | 5A | 29 | E | 0 | 36 | 54 | 41 | 15 | 49 | 14 |
| Octal | 132 | 51 | 16 | 0 | 66 | 124 | 101 | 25 | 111 | 24 |
| Binary | 1011010 | 101001 | 1110 | 0 | 110110 | 1010100 | 1000001 | 10101 | 1001001 | 10100 |
Color Harmonies of #5A290E
Complementary color
Monochromatic Colors of #5A290E
Black with #5A290E
Text Example
Text Example
White with #5A290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A290E; }
p { color: rgb(90,41,14); }
H1.HeaderClassName
{
color: #5A290E;
}
.AnyTagClassName
{
color: #5A290E;
}
</style>
background-color css
<style>
a { background-color: #5A290E; }
a { background-color: rgb(90,41,14); }
div.DivClassName
{
background-color: #5A290E;
}
.BgClassName
{
background-color: #5A290E;
}
</style>
border-color css
<style>
span { border-color: #5A290E; }
span { border-color: rgb(90,41,14); }
td.TdClassName
{
border-color: #5A290E;
}
.TagClassName
{
border-color: #5A290E;
}
</style>