Shades of Woody Brown #5A4442
Tints of Woody Brown #5A4442
RGB
CMYK
RGB Variations
Color information
#5A4442 (or 0x5A4442) is known color: Woody Brown. HEX triplet: 5A, 44 and 42. RGB value is (90,68,66). Sum of RGB (Red+Green+Blue) = 90+68+66=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4442 is #A5BBBD. Grayscale: #4A4A4A. Windows color (decimal): -10861502 or 4342874. OLE color: 4342874.
HSL color Cylindrical-coordinate representation of color #5A4442: hue angle of 5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A4442 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 68 | 66 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.65 |
| HSL | 5º | 0.15% | 0.31% | - |
| HSV(B) | 5º | 0.27% | 0.35% | - |
| XYZ | 7.27 | 6.7 | 6.06 | - |
| YUV | 74.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 66 | 0 | 0.24 | 0.27 | 0.65 | 5 | 0.15 | 0.31 |
| Hex | 5A | 44 | 42 | 0 | 18 | 1B | 41 | 5 | F | 1F |
| Octal | 132 | 104 | 102 | 0 | 30 | 33 | 101 | 5 | 17 | 37 |
| Binary | 1011010 | 1000100 | 1000010 | 0 | 11000 | 11011 | 1000001 | 101 | 1111 | 11111 |
Color Harmonies of #5A4442
Complementary color
Monochromatic Colors of #5A4442
Black with #5A4442
Text Example
Text Example
White with #5A4442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4442; }
p { color: rgb(90,68,66); }
H1.HeaderClassName
{
color: #5A4442;
}
.AnyTagClassName
{
color: #5A4442;
}
</style>
background-color css
<style>
a { background-color: #5A4442; }
a { background-color: rgb(90,68,66); }
div.DivClassName
{
background-color: #5A4442;
}
.BgClassName
{
background-color: #5A4442;
}
</style>
border-color css
<style>
span { border-color: #5A4442; }
span { border-color: rgb(90,68,66); }
td.TdClassName
{
border-color: #5A4442;
}
.TagClassName
{
border-color: #5A4442;
}
</style>