Shades of Baker's Chocolate #5A3406
Tints of Baker's Chocolate #5A3406
RGB
CMYK
RGB Variations
Color information
#5A3406 (or 0x5A3406) is known color: Baker's Chocolate. HEX triplet: 5A, 34 and 06. RGB value is (90,52,6). Sum of RGB (Red+Green+Blue) = 90+52+6=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3406 is #A5CBF9. Grayscale: #3A3A3A. Windows color (decimal): -10865658 or 406618. OLE color: 406618.
HSL color Cylindrical-coordinate representation of color #5A3406: hue angle of 32.86º 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 #5A3406 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 52 | 6 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.65 |
| HSL | 32.86º | 0.88% | 0.19% | - |
| HSV(B) | 32.86º | 0.93% | 0.35% | - |
| XYZ | 5.48 | 4.64 | 0.78 | - |
| YUV | 58.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 6 | 0 | 0.42 | 0.93 | 0.65 | 32.86 | 0.88 | 0.19 |
| Hex | 5A | 34 | 6 | 0 | 2A | 5D | 41 | 21 | 58 | 13 |
| Octal | 132 | 64 | 6 | 0 | 52 | 135 | 101 | 41 | 130 | 23 |
| Binary | 1011010 | 110100 | 110 | 0 | 101010 | 1011101 | 1000001 | 100001 | 1011000 | 10011 |
Color Harmonies of #5A3406
Complementary color
Monochromatic Colors of #5A3406
Black with #5A3406
Text Example
Text Example
White with #5A3406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3406; }
p { color: rgb(90,52,6); }
H1.HeaderClassName
{
color: #5A3406;
}
.AnyTagClassName
{
color: #5A3406;
}
</style>
background-color css
<style>
a { background-color: #5A3406; }
a { background-color: rgb(90,52,6); }
div.DivClassName
{
background-color: #5A3406;
}
.BgClassName
{
background-color: #5A3406;
}
</style>
border-color css
<style>
span { border-color: #5A3406; }
span { border-color: rgb(90,52,6); }
td.TdClassName
{
border-color: #5A3406;
}
.TagClassName
{
border-color: #5A3406;
}
</style>