Shades of Dark Brown #5A4016
Tints of Dark Brown #5A4016
RGB
CMYK
RGB Variations
Color information
#5A4016 (or 0x5A4016) is known color: Dark Brown. HEX triplet: 5A, 40 and 16. RGB value is (90,64,22). Sum of RGB (Red+Green+Blue) = 90+64+22=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4016 is #A5BFE9. Grayscale: #434343. Windows color (decimal): -10862570 or 1458266. OLE color: 1458266.
HSL color Cylindrical-coordinate representation of color #5A4016: hue angle of 37.06º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A4016 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 22 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.65 |
| HSL | 37.06º | 0.61% | 0.22% | - |
| HSV(B) | 37.06º | 0.76% | 0.35% | - |
| XYZ | 6.19 | 5.9 | 1.57 | - |
| YUV | 66.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 22 | 0 | 0.29 | 0.76 | 0.65 | 37.06 | 0.61 | 0.22 |
| Hex | 5A | 40 | 16 | 0 | 1D | 4C | 41 | 25 | 3D | 16 |
| Octal | 132 | 100 | 26 | 0 | 35 | 114 | 101 | 45 | 75 | 26 |
| Binary | 1011010 | 1000000 | 10110 | 0 | 11101 | 1001100 | 1000001 | 100101 | 111101 | 10110 |
Color Harmonies of #5A4016
Complementary color
Monochromatic Colors of #5A4016
Black with #5A4016
Text Example
Text Example
White with #5A4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4016; }
p { color: rgb(90,64,22); }
H1.HeaderClassName
{
color: #5A4016;
}
.AnyTagClassName
{
color: #5A4016;
}
</style>
background-color css
<style>
a { background-color: #5A4016; }
a { background-color: rgb(90,64,22); }
div.DivClassName
{
background-color: #5A4016;
}
.BgClassName
{
background-color: #5A4016;
}
</style>
border-color css
<style>
span { border-color: #5A4016; }
span { border-color: rgb(90,64,22); }
td.TdClassName
{
border-color: #5A4016;
}
.TagClassName
{
border-color: #5A4016;
}
</style>