Shades of Woody Brown #5A4643
Tints of Woody Brown #5A4643
RGB
CMYK
RGB Variations
Color information
#5A4643 (or 0x5A4643) is known color: Woody Brown. HEX triplet: 5A, 46 and 43. RGB value is (90,70,67). Sum of RGB (Red+Green+Blue) = 90+70+67=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4643 is #A5B9BC. Grayscale: #4B4B4B. Windows color (decimal): -10860989 or 4408922. OLE color: 4408922.
HSL color Cylindrical-coordinate representation of color #5A4643: hue angle of 7.83º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A4643 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 67 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.65 |
| HSL | 7.83º | 0.15% | 0.31% | - |
| HSV(B) | 7.83º | 0.26% | 0.35% | - |
| XYZ | 7.42 | 6.96 | 6.26 | - |
| YUV | 75.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 67 | 0 | 0.22 | 0.26 | 0.65 | 7.83 | 0.15 | 0.31 |
| Hex | 5A | 46 | 43 | 0 | 16 | 1A | 41 | 8 | F | 1F |
| Octal | 132 | 106 | 103 | 0 | 26 | 32 | 101 | 10 | 17 | 37 |
| Binary | 1011010 | 1000110 | 1000011 | 0 | 10110 | 11010 | 1000001 | 1000 | 1111 | 11111 |
Color Harmonies of #5A4643
Complementary color
Monochromatic Colors of #5A4643
Black with #5A4643
Text Example
Text Example
White with #5A4643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4643; }
p { color: rgb(90,70,67); }
H1.HeaderClassName
{
color: #5A4643;
}
.AnyTagClassName
{
color: #5A4643;
}
</style>
background-color css
<style>
a { background-color: #5A4643; }
a { background-color: rgb(90,70,67); }
div.DivClassName
{
background-color: #5A4643;
}
.BgClassName
{
background-color: #5A4643;
}
</style>
border-color css
<style>
span { border-color: #5A4643; }
span { border-color: rgb(90,70,67); }
td.TdClassName
{
border-color: #5A4643;
}
.TagClassName
{
border-color: #5A4643;
}
</style>