Shades of Baker's Chocolate #5A3B04
Tints of Baker's Chocolate #5A3B04
RGB
CMYK
RGB Variations
Color information
#5A3B04 (or 0x5A3B04) is known color: Baker's Chocolate. HEX triplet: 5A, 3B and 04. RGB value is (90,59,4). Sum of RGB (Red+Green+Blue) = 90+59+4=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3B04 is #A5C4FB. Grayscale: #3E3E3E. Windows color (decimal): -10863868 or 277338. OLE color: 277338.
HSL color Cylindrical-coordinate representation of color #5A3B04: hue angle of 38.37º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A3B04 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 4 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.65 |
| HSL | 38.37º | 0.91% | 0.18% | - |
| HSV(B) | 38.37º | 0.96% | 0.35% | - |
| XYZ | 5.8 | 5.31 | 0.83 | - |
| YUV | 62 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 4 | 0 | 0.34 | 0.96 | 0.65 | 38.37 | 0.91 | 0.18 |
| Hex | 5A | 3B | 4 | 0 | 22 | 60 | 41 | 26 | 5B | 12 |
| Octal | 132 | 73 | 4 | 0 | 42 | 140 | 101 | 46 | 133 | 22 |
| Binary | 1011010 | 111011 | 100 | 0 | 100010 | 1100000 | 1000001 | 100110 | 1011011 | 10010 |
Color Harmonies of #5A3B04
Complementary color
Monochromatic Colors of #5A3B04
Black with #5A3B04
Text Example
Text Example
White with #5A3B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B04; }
p { color: rgb(90,59,4); }
H1.HeaderClassName
{
color: #5A3B04;
}
.AnyTagClassName
{
color: #5A3B04;
}
</style>
background-color css
<style>
a { background-color: #5A3B04; }
a { background-color: rgb(90,59,4); }
div.DivClassName
{
background-color: #5A3B04;
}
.BgClassName
{
background-color: #5A3B04;
}
</style>
border-color css
<style>
span { border-color: #5A3B04; }
span { border-color: rgb(90,59,4); }
td.TdClassName
{
border-color: #5A3B04;
}
.TagClassName
{
border-color: #5A3B04;
}
</style>