Shades of Baker's Chocolate #5A3502
Tints of Baker's Chocolate #5A3502
RGB
CMYK
RGB Variations
Color information
#5A3502 (or 0x5A3502) is known color: Baker's Chocolate. HEX triplet: 5A, 35 and 02. RGB value is (90,53,2). Sum of RGB (Red+Green+Blue) = 90+53+2=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3502 is #A5CAFD. Grayscale: #3A3A3A. Windows color (decimal): -10865406 or 144730. OLE color: 144730.
HSL color Cylindrical-coordinate representation of color #5A3502: hue angle of 34.77º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A3502 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 53 | 2 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.65 |
| HSL | 34.77º | 0.96% | 0.18% | - |
| HSV(B) | 34.77º | 0.98% | 0.35% | - |
| XYZ | 5.5 | 4.72 | 0.68 | - |
| YUV | 58.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 2 | 0 | 0.41 | 0.98 | 0.65 | 34.77 | 0.96 | 0.18 |
| Hex | 5A | 35 | 2 | 0 | 29 | 62 | 41 | 23 | 60 | 12 |
| Octal | 132 | 65 | 2 | 0 | 51 | 142 | 101 | 43 | 140 | 22 |
| Binary | 1011010 | 110101 | 10 | 0 | 101001 | 1100010 | 1000001 | 100011 | 1100000 | 10010 |
Color Harmonies of #5A3502
Complementary color
Monochromatic Colors of #5A3502
Black with #5A3502
Text Example
Text Example
White with #5A3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3502; }
p { color: rgb(90,53,2); }
H1.HeaderClassName
{
color: #5A3502;
}
.AnyTagClassName
{
color: #5A3502;
}
</style>
background-color css
<style>
a { background-color: #5A3502; }
a { background-color: rgb(90,53,2); }
div.DivClassName
{
background-color: #5A3502;
}
.BgClassName
{
background-color: #5A3502;
}
</style>
border-color css
<style>
span { border-color: #5A3502; }
span { border-color: rgb(90,53,2); }
td.TdClassName
{
border-color: #5A3502;
}
.TagClassName
{
border-color: #5A3502;
}
</style>