Shades of Baker's Chocolate #5A3403
Tints of Baker's Chocolate #5A3403
RGB
CMYK
RGB Variations
Color information
#5A3403 (or 0x5A3403) is known color: Baker's Chocolate. HEX triplet: 5A, 34 and 03. RGB value is (90,52,3). Sum of RGB (Red+Green+Blue) = 90+52+3=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3403 is #A5CBFC. Grayscale: #3A3A3A. Windows color (decimal): -10865661 or 210010. OLE color: 210010.
HSL color Cylindrical-coordinate representation of color #5A3403: hue angle of 33.79º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A3403 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 52 | 3 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.65 |
| HSL | 33.79º | 0.94% | 0.18% | - |
| HSV(B) | 33.79º | 0.97% | 0.35% | - |
| XYZ | 5.46 | 4.64 | 0.69 | - |
| YUV | 57.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 3 | 0 | 0.42 | 0.97 | 0.65 | 33.79 | 0.94 | 0.18 |
| Hex | 5A | 34 | 3 | 0 | 2A | 61 | 41 | 22 | 5E | 12 |
| Octal | 132 | 64 | 3 | 0 | 52 | 141 | 101 | 42 | 136 | 22 |
| Binary | 1011010 | 110100 | 11 | 0 | 101010 | 1100001 | 1000001 | 100010 | 1011110 | 10010 |
Color Harmonies of #5A3403
Complementary color
Monochromatic Colors of #5A3403
Black with #5A3403
Text Example
Text Example
White with #5A3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3403; }
p { color: rgb(90,52,3); }
H1.HeaderClassName
{
color: #5A3403;
}
.AnyTagClassName
{
color: #5A3403;
}
</style>
background-color css
<style>
a { background-color: #5A3403; }
a { background-color: rgb(90,52,3); }
div.DivClassName
{
background-color: #5A3403;
}
.BgClassName
{
background-color: #5A3403;
}
</style>
border-color css
<style>
span { border-color: #5A3403; }
span { border-color: rgb(90,52,3); }
td.TdClassName
{
border-color: #5A3403;
}
.TagClassName
{
border-color: #5A3403;
}
</style>