Shades of Baker's Chocolate #5A3D0A
Tints of Baker's Chocolate #5A3D0A
RGB
CMYK
RGB Variations
Color information
#5A3D0A (or 0x5A3D0A) is known color: Baker's Chocolate. HEX triplet: 5A, 3D and 0A. RGB value is (90,61,10). Sum of RGB (Red+Green+Blue) = 90+61+10=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3D0A is #A5C2F5. Grayscale: #404040. Windows color (decimal): -10863350 or 671066. OLE color: 671066.
HSL color Cylindrical-coordinate representation of color #5A3D0A: hue angle of 38.25º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A3D0A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 61 | 10 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.65 |
| HSL | 38.25º | 0.8% | 0.2% | - |
| HSV(B) | 38.25º | 0.89% | 0.35% | - |
| XYZ | 5.94 | 5.53 | 1.04 | - |
| YUV | 63.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 10 | 0 | 0.32 | 0.89 | 0.65 | 38.25 | 0.8 | 0.2 |
| Hex | 5A | 3D | A | 0 | 20 | 59 | 41 | 26 | 50 | 14 |
| Octal | 132 | 75 | 12 | 0 | 40 | 131 | 101 | 46 | 120 | 24 |
| Binary | 1011010 | 111101 | 1010 | 0 | 100000 | 1011001 | 1000001 | 100110 | 1010000 | 10100 |
Color Harmonies of #5A3D0A
Complementary color
Monochromatic Colors of #5A3D0A
Black with #5A3D0A
Text Example
Text Example
White with #5A3D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D0A; }
p { color: rgb(90,61,10); }
H1.HeaderClassName
{
color: #5A3D0A;
}
.AnyTagClassName
{
color: #5A3D0A;
}
</style>
background-color css
<style>
a { background-color: #5A3D0A; }
a { background-color: rgb(90,61,10); }
div.DivClassName
{
background-color: #5A3D0A;
}
.BgClassName
{
background-color: #5A3D0A;
}
</style>
border-color css
<style>
span { border-color: #5A3D0A; }
span { border-color: rgb(90,61,10); }
td.TdClassName
{
border-color: #5A3D0A;
}
.TagClassName
{
border-color: #5A3D0A;
}
</style>