Shades of Woody Brown #5D4645
Tints of Woody Brown #5D4645
RGB
CMYK
RGB Variations
Color information
#5D4645 (or 0x5D4645) is known color: Woody Brown. HEX triplet: 5D, 46 and 45. RGB value is (93,70,69). Sum of RGB (Red+Green+Blue) = 93+70+69=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4645 is #A2B9BA. Grayscale: #4C4C4C. Windows color (decimal): -10664379 or 4539997. OLE color: 4539997.
HSL color Cylindrical-coordinate representation of color #5D4645: hue angle of 2.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D4645 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 70 | 69 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.64 |
| HSL | 2.5º | 0.15% | 0.32% | - |
| HSV(B) | 2.5º | 0.26% | 0.36% | - |
| XYZ | 7.78 | 7.14 | 6.6 | - |
| YUV | 76.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 69 | 0 | 0.25 | 0.26 | 0.64 | 2.5 | 0.15 | 0.32 |
| Hex | 5D | 46 | 45 | 0 | 19 | 1A | 40 | 2 | F | 20 |
| Octal | 135 | 106 | 105 | 0 | 31 | 32 | 100 | 2 | 17 | 40 |
| Binary | 1011101 | 1000110 | 1000101 | 0 | 11001 | 11010 | 1000000 | 10 | 1111 | 100000 |
Color Harmonies of #5D4645
Complementary color
Monochromatic Colors of #5D4645
Black with #5D4645
Text Example
Text Example
White with #5D4645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4645; }
p { color: rgb(93,70,69); }
H1.HeaderClassName
{
color: #5D4645;
}
.AnyTagClassName
{
color: #5D4645;
}
</style>
background-color css
<style>
a { background-color: #5D4645; }
a { background-color: rgb(93,70,69); }
div.DivClassName
{
background-color: #5D4645;
}
.BgClassName
{
background-color: #5D4645;
}
</style>
border-color css
<style>
span { border-color: #5D4645; }
span { border-color: rgb(93,70,69); }
td.TdClassName
{
border-color: #5D4645;
}
.TagClassName
{
border-color: #5D4645;
}
</style>