Shades of Baker's Chocolate #5A240E
Tints of Baker's Chocolate #5A240E
RGB
CMYK
RGB Variations
Color information
#5A240E (or 0x5A240E) is known color: Baker's Chocolate. HEX triplet: 5A, 24 and 0E. RGB value is (90,36,14). Sum of RGB (Red+Green+Blue) = 90+36+14=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A240E is #A5DBF1. Grayscale: #313131. Windows color (decimal): -10869746 or 926810. OLE color: 926810.
HSL color Cylindrical-coordinate representation of color #5A240E: hue angle of 17.37º 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 #5A240E is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 36 | 14 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.65 |
| HSL | 17.37º | 0.73% | 0.2% | - |
| HSV(B) | 17.37º | 0.84% | 0.35% | - |
| XYZ | 4.93 | 3.47 | 0.83 | - |
| YUV | 49.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 14 | 0 | 0.60 | 0.84 | 0.65 | 17.37 | 0.73 | 0.2 |
| Hex | 5A | 24 | E | 0 | 3C | 54 | 41 | 11 | 49 | 14 |
| Octal | 132 | 44 | 16 | 0 | 74 | 124 | 101 | 21 | 111 | 24 |
| Binary | 1011010 | 100100 | 1110 | 0 | 111100 | 1010100 | 1000001 | 10001 | 1001001 | 10100 |
Color Harmonies of #5A240E
Complementary color
Monochromatic Colors of #5A240E
Black with #5A240E
Text Example
Text Example
White with #5A240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A240E; }
p { color: rgb(90,36,14); }
H1.HeaderClassName
{
color: #5A240E;
}
.AnyTagClassName
{
color: #5A240E;
}
</style>
background-color css
<style>
a { background-color: #5A240E; }
a { background-color: rgb(90,36,14); }
div.DivClassName
{
background-color: #5A240E;
}
.BgClassName
{
background-color: #5A240E;
}
</style>
border-color css
<style>
span { border-color: #5A240E; }
span { border-color: rgb(90,36,14); }
td.TdClassName
{
border-color: #5A240E;
}
.TagClassName
{
border-color: #5A240E;
}
</style>