Shades of Dark Brown #5A4116
Tints of Dark Brown #5A4116
RGB
CMYK
RGB Variations
Color information
#5A4116 (or 0x5A4116) is known color: Dark Brown. HEX triplet: 5A, 41 and 16. RGB value is (90,65,22). Sum of RGB (Red+Green+Blue) = 90+65+22=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4116 is #A5BEE9. Grayscale: #434343. Windows color (decimal): -10862314 or 1458522. OLE color: 1458522.
HSL color Cylindrical-coordinate representation of color #5A4116: hue angle of 37.94º 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 #5A4116 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 22 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.65 |
| HSL | 37.94º | 0.61% | 0.22% | - |
| HSV(B) | 37.94º | 0.76% | 0.35% | - |
| XYZ | 6.25 | 6.01 | 1.59 | - |
| YUV | 67.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 22 | 0 | 0.28 | 0.76 | 0.65 | 37.94 | 0.61 | 0.22 |
| Hex | 5A | 41 | 16 | 0 | 1C | 4C | 41 | 26 | 3D | 16 |
| Octal | 132 | 101 | 26 | 0 | 34 | 114 | 101 | 46 | 75 | 26 |
| Binary | 1011010 | 1000001 | 10110 | 0 | 11100 | 1001100 | 1000001 | 100110 | 111101 | 10110 |
Color Harmonies of #5A4116
Complementary color
Monochromatic Colors of #5A4116
Black with #5A4116
Text Example
Text Example
White with #5A4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4116; }
p { color: rgb(90,65,22); }
H1.HeaderClassName
{
color: #5A4116;
}
.AnyTagClassName
{
color: #5A4116;
}
</style>
background-color css
<style>
a { background-color: #5A4116; }
a { background-color: rgb(90,65,22); }
div.DivClassName
{
background-color: #5A4116;
}
.BgClassName
{
background-color: #5A4116;
}
</style>
border-color css
<style>
span { border-color: #5A4116; }
span { border-color: rgb(90,65,22); }
td.TdClassName
{
border-color: #5A4116;
}
.TagClassName
{
border-color: #5A4116;
}
</style>