Shades of Baker's Chocolate #5A2701
Tints of Baker's Chocolate #5A2701
RGB
CMYK
RGB Variations
Color information
#5A2701 (or 0x5A2701) is known color: Baker's Chocolate. HEX triplet: 5A, 27 and 01. RGB value is (90,39,1). Sum of RGB (Red+Green+Blue) = 90+39+1=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2701 is #A5D8FE. Grayscale: #323232. Windows color (decimal): -10868991 or 75610. OLE color: 75610.
HSL color Cylindrical-coordinate representation of color #5A2701: hue angle of 25.62º 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 #5A2701 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 39 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.65 |
| HSL | 25.62º | 0.98% | 0.18% | - |
| HSV(B) | 25.62º | 0.99% | 0.35% | - |
| XYZ | 4.95 | 3.63 | 0.47 | - |
| YUV | 49.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 39 | 1 | 0 | 0.57 | 0.99 | 0.65 | 25.62 | 0.98 | 0.18 |
| Hex | 5A | 27 | 1 | 0 | 39 | 63 | 41 | 1A | 62 | 12 |
| Octal | 132 | 47 | 1 | 0 | 71 | 143 | 101 | 32 | 142 | 22 |
| Binary | 1011010 | 100111 | 1 | 0 | 111001 | 1100011 | 1000001 | 11010 | 1100010 | 10010 |
Color Harmonies of #5A2701
Complementary color
Monochromatic Colors of #5A2701
Black with #5A2701
Text Example
Text Example
White with #5A2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2701; }
p { color: rgb(90,39,1); }
H1.HeaderClassName
{
color: #5A2701;
}
.AnyTagClassName
{
color: #5A2701;
}
</style>
background-color css
<style>
a { background-color: #5A2701; }
a { background-color: rgb(90,39,1); }
div.DivClassName
{
background-color: #5A2701;
}
.BgClassName
{
background-color: #5A2701;
}
</style>
border-color css
<style>
span { border-color: #5A2701; }
span { border-color: rgb(90,39,1); }
td.TdClassName
{
border-color: #5A2701;
}
.TagClassName
{
border-color: #5A2701;
}
</style>