Shades of Baker's Chocolate #5A2705
Tints of Baker's Chocolate #5A2705
RGB
CMYK
RGB Variations
Color information
#5A2705 (or 0x5A2705) is known color: Baker's Chocolate. HEX triplet: 5A, 27 and 05. RGB value is (90,39,5). Sum of RGB (Red+Green+Blue) = 90+39+5=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2705 is #A5D8FA. Grayscale: #323232. Windows color (decimal): -10868987 or 337754. OLE color: 337754.
HSL color Cylindrical-coordinate representation of color #5A2705: hue angle of 24º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A2705 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 39 | 5 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.65 |
| HSL | 24º | 0.89% | 0.19% | - |
| HSV(B) | 24º | 0.94% | 0.35% | - |
| XYZ | 4.97 | 3.64 | 0.58 | - |
| YUV | 50.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 39 | 5 | 0 | 0.57 | 0.94 | 0.65 | 24 | 0.89 | 0.19 |
| Hex | 5A | 27 | 5 | 0 | 39 | 5E | 41 | 18 | 59 | 13 |
| Octal | 132 | 47 | 5 | 0 | 71 | 136 | 101 | 30 | 131 | 23 |
| Binary | 1011010 | 100111 | 101 | 0 | 111001 | 1011110 | 1000001 | 11000 | 1011001 | 10011 |
Color Harmonies of #5A2705
Complementary color
Monochromatic Colors of #5A2705
Black with #5A2705
Text Example
Text Example
White with #5A2705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2705; }
p { color: rgb(90,39,5); }
H1.HeaderClassName
{
color: #5A2705;
}
.AnyTagClassName
{
color: #5A2705;
}
</style>
background-color css
<style>
a { background-color: #5A2705; }
a { background-color: rgb(90,39,5); }
div.DivClassName
{
background-color: #5A2705;
}
.BgClassName
{
background-color: #5A2705;
}
</style>
border-color css
<style>
span { border-color: #5A2705; }
span { border-color: rgb(90,39,5); }
td.TdClassName
{
border-color: #5A2705;
}
.TagClassName
{
border-color: #5A2705;
}
</style>