Shades of Woody Brown #5A4746
Tints of Woody Brown #5A4746
RGB
CMYK
RGB Variations
Color information
#5A4746 (or 0x5A4746) is known color: Woody Brown. HEX triplet: 5A, 47 and 46. RGB value is (90,71,70). Sum of RGB (Red+Green+Blue) = 90+71+70=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4746 is #A5B8B9. Grayscale: #4C4C4C. Windows color (decimal): -10860730 or 4605786. OLE color: 4605786.
HSL color Cylindrical-coordinate representation of color #5A4746: hue angle of 3º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A4746 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 71 | 70 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.65 |
| HSL | 3º | 0.13% | 0.31% | - |
| HSV(B) | 3º | 0.22% | 0.35% | - |
| XYZ | 7.58 | 7.12 | 6.77 | - |
| YUV | 76.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 70 | 0 | 0.21 | 0.22 | 0.65 | 3 | 0.13 | 0.31 |
| Hex | 5A | 47 | 46 | 0 | 15 | 16 | 41 | 3 | C | 1F |
| Octal | 132 | 107 | 106 | 0 | 25 | 26 | 101 | 3 | 14 | 37 |
| Binary | 1011010 | 1000111 | 1000110 | 0 | 10101 | 10110 | 1000001 | 11 | 1100 | 11111 |
Color Harmonies of #5A4746
Complementary color
Monochromatic Colors of #5A4746
Black with #5A4746
Text Example
Text Example
White with #5A4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4746; }
p { color: rgb(90,71,70); }
H1.HeaderClassName
{
color: #5A4746;
}
.AnyTagClassName
{
color: #5A4746;
}
</style>
background-color css
<style>
a { background-color: #5A4746; }
a { background-color: rgb(90,71,70); }
div.DivClassName
{
background-color: #5A4746;
}
.BgClassName
{
background-color: #5A4746;
}
</style>
border-color css
<style>
span { border-color: #5A4746; }
span { border-color: rgb(90,71,70); }
td.TdClassName
{
border-color: #5A4746;
}
.TagClassName
{
border-color: #5A4746;
}
</style>