Shades of Baker's Chocolate #5A2E06
Tints of Baker's Chocolate #5A2E06
RGB
CMYK
RGB Variations
Color information
#5A2E06 (or 0x5A2E06) is known color: Baker's Chocolate. HEX triplet: 5A, 2E and 06. RGB value is (90,46,6). Sum of RGB (Red+Green+Blue) = 90+46+6=142 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.38% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2E06 is #A5D1F9. Grayscale: #363636. Windows color (decimal): -10867194 or 405082. OLE color: 405082.
HSL color Cylindrical-coordinate representation of color #5A2E06: hue angle of 28.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A2E06 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 46 | 6 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.65 |
| HSL | 28.57º | 0.88% | 0.19% | - |
| HSV(B) | 28.57º | 0.93% | 0.35% | - |
| XYZ | 5.23 | 4.14 | 0.7 | - |
| YUV | 54.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 6 | 0 | 0.49 | 0.93 | 0.65 | 28.57 | 0.88 | 0.19 |
| Hex | 5A | 2E | 6 | 0 | 31 | 5D | 41 | 1D | 58 | 13 |
| Octal | 132 | 56 | 6 | 0 | 61 | 135 | 101 | 35 | 130 | 23 |
| Binary | 1011010 | 101110 | 110 | 0 | 110001 | 1011101 | 1000001 | 11101 | 1011000 | 10011 |
Color Harmonies of #5A2E06
Complementary color
Monochromatic Colors of #5A2E06
Black with #5A2E06
Text Example
Text Example
White with #5A2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2E06; }
p { color: rgb(90,46,6); }
H1.HeaderClassName
{
color: #5A2E06;
}
.AnyTagClassName
{
color: #5A2E06;
}
</style>
background-color css
<style>
a { background-color: #5A2E06; }
a { background-color: rgb(90,46,6); }
div.DivClassName
{
background-color: #5A2E06;
}
.BgClassName
{
background-color: #5A2E06;
}
</style>
border-color css
<style>
span { border-color: #5A2E06; }
span { border-color: rgb(90,46,6); }
td.TdClassName
{
border-color: #5A2E06;
}
.TagClassName
{
border-color: #5A2E06;
}
</style>