Shades of Dark Brown #5A4115
Tints of Dark Brown #5A4115
RGB
CMYK
RGB Variations
Color information
#5A4115 (or 0x5A4115) is known color: Dark Brown. HEX triplet: 5A, 41 and 15. RGB value is (90,65,21). Sum of RGB (Red+Green+Blue) = 90+65+21=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4115 is #A5BEEA. Grayscale: #434343. Windows color (decimal): -10862315 or 1392986. OLE color: 1392986.
HSL color Cylindrical-coordinate representation of color #5A4115: hue angle of 38.26º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A4115 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 21 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.65 |
| HSL | 38.26º | 0.62% | 0.22% | - |
| HSV(B) | 38.26º | 0.77% | 0.35% | - |
| XYZ | 6.24 | 6.01 | 1.54 | - |
| YUV | 67.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 21 | 0 | 0.28 | 0.77 | 0.65 | 38.26 | 0.62 | 0.22 |
| Hex | 5A | 41 | 15 | 0 | 1C | 4D | 41 | 26 | 3E | 16 |
| Octal | 132 | 101 | 25 | 0 | 34 | 115 | 101 | 46 | 76 | 26 |
| Binary | 1011010 | 1000001 | 10101 | 0 | 11100 | 1001101 | 1000001 | 100110 | 111110 | 10110 |
Color Harmonies of #5A4115
Complementary color
Monochromatic Colors of #5A4115
Black with #5A4115
Text Example
Text Example
White with #5A4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4115; }
p { color: rgb(90,65,21); }
H1.HeaderClassName
{
color: #5A4115;
}
.AnyTagClassName
{
color: #5A4115;
}
</style>
background-color css
<style>
a { background-color: #5A4115; }
a { background-color: rgb(90,65,21); }
div.DivClassName
{
background-color: #5A4115;
}
.BgClassName
{
background-color: #5A4115;
}
</style>
border-color css
<style>
span { border-color: #5A4115; }
span { border-color: rgb(90,65,21); }
td.TdClassName
{
border-color: #5A4115;
}
.TagClassName
{
border-color: #5A4115;
}
</style>