Shades of Dark Brown #5A3E15
Tints of Dark Brown #5A3E15
RGB
CMYK
RGB Variations
Color information
#5A3E15 (or 0x5A3E15) is known color: Dark Brown. HEX triplet: 5A, 3E and 15. RGB value is (90,62,21). Sum of RGB (Red+Green+Blue) = 90+62+21=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3E15 is #A5C1EA. Grayscale: #414141. Windows color (decimal): -10863083 or 1392218. OLE color: 1392218.
HSL color Cylindrical-coordinate representation of color #5A3E15: hue angle of 35.65º 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 #5A3E15 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 62 | 21 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.65 |
| HSL | 35.65º | 0.62% | 0.22% | - |
| HSV(B) | 35.65º | 0.77% | 0.35% | - |
| XYZ | 6.07 | 5.67 | 1.48 | - |
| YUV | 65.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 21 | 0 | 0.31 | 0.77 | 0.65 | 35.65 | 0.62 | 0.22 |
| Hex | 5A | 3E | 15 | 0 | 1F | 4D | 41 | 24 | 3E | 16 |
| Octal | 132 | 76 | 25 | 0 | 37 | 115 | 101 | 44 | 76 | 26 |
| Binary | 1011010 | 111110 | 10101 | 0 | 11111 | 1001101 | 1000001 | 100100 | 111110 | 10110 |
Color Harmonies of #5A3E15
Complementary color
Monochromatic Colors of #5A3E15
Black with #5A3E15
Text Example
Text Example
White with #5A3E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3E15; }
p { color: rgb(90,62,21); }
H1.HeaderClassName
{
color: #5A3E15;
}
.AnyTagClassName
{
color: #5A3E15;
}
</style>
background-color css
<style>
a { background-color: #5A3E15; }
a { background-color: rgb(90,62,21); }
div.DivClassName
{
background-color: #5A3E15;
}
.BgClassName
{
background-color: #5A3E15;
}
</style>
border-color css
<style>
span { border-color: #5A3E15; }
span { border-color: rgb(90,62,21); }
td.TdClassName
{
border-color: #5A3E15;
}
.TagClassName
{
border-color: #5A3E15;
}
</style>