Shades of Dark Brown #5A4220
Tints of Dark Brown #5A4220
RGB
CMYK
RGB Variations
Color information
#5A4220 (or 0x5A4220) is known color: Dark Brown. HEX triplet: 5A, 42 and 20. RGB value is (90,66,32). Sum of RGB (Red+Green+Blue) = 90+66+32=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4220 is #A5BDDF. Grayscale: #454545. Windows color (decimal): -10862048 or 2114138. OLE color: 2114138.
HSL color Cylindrical-coordinate representation of color #5A4220: hue angle of 35.17º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A4220 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 66 | 32 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.65 |
| HSL | 35.17º | 0.48% | 0.24% | - |
| HSV(B) | 35.17º | 0.64% | 0.35% | - |
| XYZ | 6.43 | 6.17 | 2.22 | - |
| YUV | 69.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 32 | 0 | 0.27 | 0.64 | 0.65 | 35.17 | 0.48 | 0.24 |
| Hex | 5A | 42 | 20 | 0 | 1B | 40 | 41 | 23 | 30 | 18 |
| Octal | 132 | 102 | 40 | 0 | 33 | 100 | 101 | 43 | 60 | 30 |
| Binary | 1011010 | 1000010 | 100000 | 0 | 11011 | 1000000 | 1000001 | 100011 | 110000 | 11000 |
Color Harmonies of #5A4220
Complementary color
Monochromatic Colors of #5A4220
Black with #5A4220
Text Example
Text Example
White with #5A4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4220; }
p { color: rgb(90,66,32); }
H1.HeaderClassName
{
color: #5A4220;
}
.AnyTagClassName
{
color: #5A4220;
}
</style>
background-color css
<style>
a { background-color: #5A4220; }
a { background-color: rgb(90,66,32); }
div.DivClassName
{
background-color: #5A4220;
}
.BgClassName
{
background-color: #5A4220;
}
</style>
border-color css
<style>
span { border-color: #5A4220; }
span { border-color: rgb(90,66,32); }
td.TdClassName
{
border-color: #5A4220;
}
.TagClassName
{
border-color: #5A4220;
}
</style>