Shades of Dark Brown #5A4015
Tints of Dark Brown #5A4015
RGB
CMYK
RGB Variations
Color information
#5A4015 (or 0x5A4015) is known color: Dark Brown. HEX triplet: 5A, 40 and 15. RGB value is (90,64,21). Sum of RGB (Red+Green+Blue) = 90+64+21=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4015 is #A5BFEA. Grayscale: #434343. Windows color (decimal): -10862571 or 1392730. OLE color: 1392730.
HSL color Cylindrical-coordinate representation of color #5A4015: hue angle of 37.39º 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 #5A4015 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 21 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.65 |
| HSL | 37.39º | 0.62% | 0.22% | - |
| HSV(B) | 37.39º | 0.77% | 0.35% | - |
| XYZ | 6.19 | 5.89 | 1.52 | - |
| YUV | 66.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 21 | 0 | 0.29 | 0.77 | 0.65 | 37.39 | 0.62 | 0.22 |
| Hex | 5A | 40 | 15 | 0 | 1D | 4D | 41 | 25 | 3E | 16 |
| Octal | 132 | 100 | 25 | 0 | 35 | 115 | 101 | 45 | 76 | 26 |
| Binary | 1011010 | 1000000 | 10101 | 0 | 11101 | 1001101 | 1000001 | 100101 | 111110 | 10110 |
Color Harmonies of #5A4015
Complementary color
Monochromatic Colors of #5A4015
Black with #5A4015
Text Example
Text Example
White with #5A4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4015; }
p { color: rgb(90,64,21); }
H1.HeaderClassName
{
color: #5A4015;
}
.AnyTagClassName
{
color: #5A4015;
}
</style>
background-color css
<style>
a { background-color: #5A4015; }
a { background-color: rgb(90,64,21); }
div.DivClassName
{
background-color: #5A4015;
}
.BgClassName
{
background-color: #5A4015;
}
</style>
border-color css
<style>
span { border-color: #5A4015; }
span { border-color: rgb(90,64,21); }
td.TdClassName
{
border-color: #5A4015;
}
.TagClassName
{
border-color: #5A4015;
}
</style>