Shades of Baker's Chocolate #5A2E0E
Tints of Baker's Chocolate #5A2E0E
RGB
CMYK
RGB Variations
Color information
#5A2E0E (or 0x5A2E0E) is known color: Baker's Chocolate. HEX triplet: 5A, 2E and 0E. RGB value is (90,46,14). Sum of RGB (Red+Green+Blue) = 90+46+14=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2E0E is #A5D1F1. Grayscale: #373737. Windows color (decimal): -10867186 or 929370. OLE color: 929370.
HSL color Cylindrical-coordinate representation of color #5A2E0E: hue angle of 25.26º 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 #5A2E0E is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 46 | 14 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.65 |
| HSL | 25.26º | 0.73% | 0.2% | - |
| HSV(B) | 25.26º | 0.84% | 0.35% | - |
| XYZ | 5.27 | 4.16 | 0.94 | - |
| YUV | 55.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 14 | 0 | 0.49 | 0.84 | 0.65 | 25.26 | 0.73 | 0.2 |
| Hex | 5A | 2E | E | 0 | 31 | 54 | 41 | 19 | 49 | 14 |
| Octal | 132 | 56 | 16 | 0 | 61 | 124 | 101 | 31 | 111 | 24 |
| Binary | 1011010 | 101110 | 1110 | 0 | 110001 | 1010100 | 1000001 | 11001 | 1001001 | 10100 |
Color Harmonies of #5A2E0E
Complementary color
Monochromatic Colors of #5A2E0E
Black with #5A2E0E
Text Example
Text Example
White with #5A2E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2E0E; }
p { color: rgb(90,46,14); }
H1.HeaderClassName
{
color: #5A2E0E;
}
.AnyTagClassName
{
color: #5A2E0E;
}
</style>
background-color css
<style>
a { background-color: #5A2E0E; }
a { background-color: rgb(90,46,14); }
div.DivClassName
{
background-color: #5A2E0E;
}
.BgClassName
{
background-color: #5A2E0E;
}
</style>
border-color css
<style>
span { border-color: #5A2E0E; }
span { border-color: rgb(90,46,14); }
td.TdClassName
{
border-color: #5A2E0E;
}
.TagClassName
{
border-color: #5A2E0E;
}
</style>