Shades of Baker's Chocolate #5A2E10
Tints of Baker's Chocolate #5A2E10
RGB
CMYK
RGB Variations
Color information
#5A2E10 (or 0x5A2E10) is known color: Baker's Chocolate. HEX triplet: 5A, 2E and 10. RGB value is (90,46,16). Sum of RGB (Red+Green+Blue) = 90+46+16=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2E10 is #A5D1EF. Grayscale: #373737. Windows color (decimal): -10867184 or 1060442. OLE color: 1060442.
HSL color Cylindrical-coordinate representation of color #5A2E10: hue angle of 24.32º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A2E10 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 46 | 16 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.65 |
| HSL | 24.32º | 0.7% | 0.21% | - |
| HSV(B) | 24.32º | 0.82% | 0.35% | - |
| XYZ | 5.29 | 4.17 | 1.02 | - |
| YUV | 55.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 16 | 0 | 0.49 | 0.82 | 0.65 | 24.32 | 0.7 | 0.21 |
| Hex | 5A | 2E | 10 | 0 | 31 | 52 | 41 | 18 | 46 | 15 |
| Octal | 132 | 56 | 20 | 0 | 61 | 122 | 101 | 30 | 106 | 25 |
| Binary | 1011010 | 101110 | 10000 | 0 | 110001 | 1010010 | 1000001 | 11000 | 1000110 | 10101 |
Color Harmonies of #5A2E10
Complementary color
Monochromatic Colors of #5A2E10
Black with #5A2E10
Text Example
Text Example
White with #5A2E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2E10; }
p { color: rgb(90,46,16); }
H1.HeaderClassName
{
color: #5A2E10;
}
.AnyTagClassName
{
color: #5A2E10;
}
</style>
background-color css
<style>
a { background-color: #5A2E10; }
a { background-color: rgb(90,46,16); }
div.DivClassName
{
background-color: #5A2E10;
}
.BgClassName
{
background-color: #5A2E10;
}
</style>
border-color css
<style>
span { border-color: #5A2E10; }
span { border-color: rgb(90,46,16); }
td.TdClassName
{
border-color: #5A2E10;
}
.TagClassName
{
border-color: #5A2E10;
}
</style>