Shades of Woody Brown #5D4A49
Tints of Woody Brown #5D4A49
RGB
CMYK
RGB Variations
Color information
#5D4A49 (or 0x5D4A49) is known color: Woody Brown. HEX triplet: 5D, 4A and 49. RGB value is (93,74,73). Sum of RGB (Red+Green+Blue) = 93+74+73=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4A49 is #A2B5B6. Grayscale: #4F4F4F. Windows color (decimal): -10663351 or 4803165. OLE color: 4803165.
HSL color Cylindrical-coordinate representation of color #5D4A49: hue angle of 3º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D4A49 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 74 | 73 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.64 |
| HSL | 3º | 0.12% | 0.33% | - |
| HSV(B) | 3º | 0.22% | 0.36% | - |
| XYZ | 8.17 | 7.71 | 7.36 | - |
| YUV | 79.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 73 | 0 | 0.20 | 0.22 | 0.64 | 3 | 0.12 | 0.33 |
| Hex | 5D | 4A | 49 | 0 | 14 | 16 | 40 | 3 | C | 21 |
| Octal | 135 | 112 | 111 | 0 | 24 | 26 | 100 | 3 | 14 | 41 |
| Binary | 1011101 | 1001010 | 1001001 | 0 | 10100 | 10110 | 1000000 | 11 | 1100 | 100001 |
Color Harmonies of #5D4A49
Complementary color
Monochromatic Colors of #5D4A49
Black with #5D4A49
Text Example
Text Example
White with #5D4A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4A49; }
p { color: rgb(93,74,73); }
H1.HeaderClassName
{
color: #5D4A49;
}
.AnyTagClassName
{
color: #5D4A49;
}
</style>
background-color css
<style>
a { background-color: #5D4A49; }
a { background-color: rgb(93,74,73); }
div.DivClassName
{
background-color: #5D4A49;
}
.BgClassName
{
background-color: #5D4A49;
}
</style>
border-color css
<style>
span { border-color: #5D4A49; }
span { border-color: rgb(93,74,73); }
td.TdClassName
{
border-color: #5D4A49;
}
.TagClassName
{
border-color: #5D4A49;
}
</style>