Shades of Baker's Chocolate #5A3901
Tints of Baker's Chocolate #5A3901
RGB
CMYK
RGB Variations
Color information
#5A3901 (or 0x5A3901) is known color: Baker's Chocolate. HEX triplet: 5A, 39 and 01. RGB value is (90,57,1). Sum of RGB (Red+Green+Blue) = 90+57+1=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3901 is #A5C6FE. Grayscale: #3C3C3C. Windows color (decimal): -10864383 or 80218. OLE color: 80218.
HSL color Cylindrical-coordinate representation of color #5A3901: hue angle of 37.75º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A3901 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 57 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.65 |
| HSL | 37.75º | 0.98% | 0.18% | - |
| HSV(B) | 37.75º | 0.99% | 0.35% | - |
| XYZ | 5.69 | 5.1 | 0.71 | - |
| YUV | 60.48 | 94.43 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 1 | 0 | 0.37 | 0.99 | 0.65 | 37.75 | 0.98 | 0.18 |
| Hex | 5A | 39 | 1 | 0 | 25 | 63 | 41 | 26 | 62 | 12 |
| Octal | 132 | 71 | 1 | 0 | 45 | 143 | 101 | 46 | 142 | 22 |
| Binary | 1011010 | 111001 | 1 | 0 | 100101 | 1100011 | 1000001 | 100110 | 1100010 | 10010 |
Color Harmonies of #5A3901
Complementary color
Monochromatic Colors of #5A3901
Black with #5A3901
Text Example
Text Example
White with #5A3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3901; }
p { color: rgb(90,57,1); }
H1.HeaderClassName
{
color: #5A3901;
}
.AnyTagClassName
{
color: #5A3901;
}
</style>
background-color css
<style>
a { background-color: #5A3901; }
a { background-color: rgb(90,57,1); }
div.DivClassName
{
background-color: #5A3901;
}
.BgClassName
{
background-color: #5A3901;
}
</style>
border-color css
<style>
span { border-color: #5A3901; }
span { border-color: rgb(90,57,1); }
td.TdClassName
{
border-color: #5A3901;
}
.TagClassName
{
border-color: #5A3901;
}
</style>