Shades of Woody Brown #5A4141
Tints of Woody Brown #5A4141
RGB
CMYK
RGB Variations
Color information
#5A4141 (or 0x5A4141) is known color: Woody Brown. HEX triplet: 5A, 41 and 41. RGB value is (90,65,65). Sum of RGB (Red+Green+Blue) = 90+65+65=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4141 is #A5BEBE. Grayscale: #484848. Windows color (decimal): -10862271 or 4276570. OLE color: 4276570.
HSL color Cylindrical-coordinate representation of color #5A4141: hue angle of 0º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4141 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 65 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.65 |
| HSL | 0º | 0.16% | 0.3% | - |
| HSV(B) | 0º | 0.28% | 0.35% | - |
| XYZ | 7.06 | 6.34 | 5.85 | - |
| YUV | 72.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 65 | 0 | 0.28 | 0.28 | 0.65 | 0 | 0.16 | 0.3 |
| Hex | 5A | 41 | 41 | 0 | 1C | 1C | 41 | 0 | 10 | 1E |
| Octal | 132 | 101 | 101 | 0 | 34 | 34 | 101 | 0 | 20 | 36 |
| Binary | 1011010 | 1000001 | 1000001 | 0 | 11100 | 11100 | 1000001 | 0 | 10000 | 11110 |
Color Harmonies of #5A4141
Complementary color
Monochromatic Colors of #5A4141
Black with #5A4141
Text Example
Text Example
White with #5A4141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4141; }
p { color: rgb(90,65,65); }
H1.HeaderClassName
{
color: #5A4141;
}
.AnyTagClassName
{
color: #5A4141;
}
</style>
background-color css
<style>
a { background-color: #5A4141; }
a { background-color: rgb(90,65,65); }
div.DivClassName
{
background-color: #5A4141;
}
.BgClassName
{
background-color: #5A4141;
}
</style>
border-color css
<style>
span { border-color: #5A4141; }
span { border-color: rgb(90,65,65); }
td.TdClassName
{
border-color: #5A4141;
}
.TagClassName
{
border-color: #5A4141;
}
</style>