Shades of Dark Brown #5A4215
Tints of Dark Brown #5A4215
RGB
CMYK
RGB Variations
Color information
#5A4215 (or 0x5A4215) is known color: Dark Brown. HEX triplet: 5A, 42 and 15. RGB value is (90,66,21). Sum of RGB (Red+Green+Blue) = 90+66+21=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4215 is #A5BDEA. Grayscale: #444444. Windows color (decimal): -10862059 or 1393242. OLE color: 1393242.
HSL color Cylindrical-coordinate representation of color #5A4215: hue angle of 39.13º 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 #5A4215 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 66 | 21 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.65 |
| HSL | 39.13º | 0.62% | 0.22% | - |
| HSV(B) | 39.13º | 0.77% | 0.35% | - |
| XYZ | 6.3 | 6.12 | 1.56 | - |
| YUV | 68.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 21 | 0 | 0.27 | 0.77 | 0.65 | 39.13 | 0.62 | 0.22 |
| Hex | 5A | 42 | 15 | 0 | 1B | 4D | 41 | 27 | 3E | 16 |
| Octal | 132 | 102 | 25 | 0 | 33 | 115 | 101 | 47 | 76 | 26 |
| Binary | 1011010 | 1000010 | 10101 | 0 | 11011 | 1001101 | 1000001 | 100111 | 111110 | 10110 |
Color Harmonies of #5A4215
Complementary color
Monochromatic Colors of #5A4215
Black with #5A4215
Text Example
Text Example
White with #5A4215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4215; }
p { color: rgb(90,66,21); }
H1.HeaderClassName
{
color: #5A4215;
}
.AnyTagClassName
{
color: #5A4215;
}
</style>
background-color css
<style>
a { background-color: #5A4215; }
a { background-color: rgb(90,66,21); }
div.DivClassName
{
background-color: #5A4215;
}
.BgClassName
{
background-color: #5A4215;
}
</style>
border-color css
<style>
span { border-color: #5A4215; }
span { border-color: rgb(90,66,21); }
td.TdClassName
{
border-color: #5A4215;
}
.TagClassName
{
border-color: #5A4215;
}
</style>