Shades of Baker's Chocolate #5A3700
Tints of Baker's Chocolate #5A3700
RGB
CMYK
RGB Variations
Color information
#5A3700 (or 0x5A3700) is known color: Baker's Chocolate. HEX triplet: 5A, 37 and 00. RGB value is (90,55,0). Sum of RGB (Red+Green+Blue) = 90+55+0=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3700 is #A5C8FF. Grayscale: #3B3B3B. Windows color (decimal): -10864896 or 14170. OLE color: 14170.
HSL color Cylindrical-coordinate representation of color #5A3700: hue angle of 36.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A3700 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 55 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.65 |
| HSL | 36.67º | 1% | 0.18% | - |
| HSV(B) | 36.67º | 1% | 0.35% | - |
| XYZ | 5.58 | 4.91 | 0.65 | - |
| YUV | 59.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 0 | 0 | 0.39 | 1 | 0.65 | 36.67 | 1 | 0.18 |
| Hex | 5A | 37 | 0 | 0 | 27 | 64 | 41 | 25 | 64 | 12 |
| Octal | 132 | 67 | 0 | 0 | 47 | 144 | 101 | 45 | 144 | 22 |
| Binary | 1011010 | 110111 | 0 | 0 | 100111 | 1100100 | 1000001 | 100101 | 1100100 | 10010 |
Color Harmonies of #5A3700
Complementary color
Monochromatic Colors of #5A3700
Black with #5A3700
Text Example
Text Example
White with #5A3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3700; }
p { color: rgb(90,55,0); }
H1.HeaderClassName
{
color: #5A3700;
}
.AnyTagClassName
{
color: #5A3700;
}
</style>
background-color css
<style>
a { background-color: #5A3700; }
a { background-color: rgb(90,55,0); }
div.DivClassName
{
background-color: #5A3700;
}
.BgClassName
{
background-color: #5A3700;
}
</style>
border-color css
<style>
span { border-color: #5A3700; }
span { border-color: rgb(90,55,0); }
td.TdClassName
{
border-color: #5A3700;
}
.TagClassName
{
border-color: #5A3700;
}
</style>