Shades of Baker's Chocolate #5A1E00
Tints of Baker's Chocolate #5A1E00
RGB
CMYK
RGB Variations
Color information
#5A1E00 (or 0x5A1E00) is known color: Baker's Chocolate. HEX triplet: 5A, 1E and 00. RGB value is (90,30,0). Sum of RGB (Red+Green+Blue) = 90+30+0=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1E00 is #A5E1FF. Grayscale: #2C2C2C. Windows color (decimal): -10871296 or 7770. OLE color: 7770.
HSL color Cylindrical-coordinate representation of color #5A1E00: hue angle of 20º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A1E00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.65 |
| HSL | 20º | 1% | 0.18% | - |
| HSV(B) | 20º | 1% | 0.35% | - |
| XYZ | 4.68 | 3.1 | 0.35 | - |
| YUV | 44.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 0 | 0 | 0.67 | 1 | 0.65 | 20 | 1 | 0.18 |
| Hex | 5A | 1E | 0 | 0 | 43 | 64 | 41 | 14 | 64 | 12 |
| Octal | 132 | 36 | 0 | 0 | 103 | 144 | 101 | 24 | 144 | 22 |
| Binary | 1011010 | 11110 | 0 | 0 | 1000011 | 1100100 | 1000001 | 10100 | 1100100 | 10010 |
Color Harmonies of #5A1E00
Complementary color
Monochromatic Colors of #5A1E00
Black with #5A1E00
Text Example
Text Example
White with #5A1E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E00; }
p { color: rgb(90,30,0); }
H1.HeaderClassName
{
color: #5A1E00;
}
.AnyTagClassName
{
color: #5A1E00;
}
</style>
background-color css
<style>
a { background-color: #5A1E00; }
a { background-color: rgb(90,30,0); }
div.DivClassName
{
background-color: #5A1E00;
}
.BgClassName
{
background-color: #5A1E00;
}
</style>
border-color css
<style>
span { border-color: #5A1E00; }
span { border-color: rgb(90,30,0); }
td.TdClassName
{
border-color: #5A1E00;
}
.TagClassName
{
border-color: #5A1E00;
}
</style>