Shades of Woody Brown #5D4443
Tints of Woody Brown #5D4443
RGB
CMYK
RGB Variations
Color information
#5D4443 (or 0x5D4443) is known color: Woody Brown. HEX triplet: 5D, 44 and 43. RGB value is (93,68,67). Sum of RGB (Red+Green+Blue) = 93+68+67=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4443 is #A2BBBC. Grayscale: #4B4B4B. Windows color (decimal): -10664893 or 4408413. OLE color: 4408413.
HSL color Cylindrical-coordinate representation of color #5D4443: hue angle of 2.31º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D4443 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 68 | 67 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.64 |
| HSL | 2.31º | 0.16% | 0.31% | - |
| HSV(B) | 2.31º | 0.28% | 0.36% | - |
| XYZ | 7.59 | 6.87 | 6.24 | - |
| YUV | 75.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 67 | 0 | 0.27 | 0.28 | 0.64 | 2.31 | 0.16 | 0.31 |
| Hex | 5D | 44 | 43 | 0 | 1B | 1C | 40 | 2 | 10 | 1F |
| Octal | 135 | 104 | 103 | 0 | 33 | 34 | 100 | 2 | 20 | 37 |
| Binary | 1011101 | 1000100 | 1000011 | 0 | 11011 | 11100 | 1000000 | 10 | 10000 | 11111 |
Color Harmonies of #5D4443
Complementary color
Monochromatic Colors of #5D4443
Black with #5D4443
Text Example
Text Example
White with #5D4443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4443; }
p { color: rgb(93,68,67); }
H1.HeaderClassName
{
color: #5D4443;
}
.AnyTagClassName
{
color: #5D4443;
}
</style>
background-color css
<style>
a { background-color: #5D4443; }
a { background-color: rgb(93,68,67); }
div.DivClassName
{
background-color: #5D4443;
}
.BgClassName
{
background-color: #5D4443;
}
</style>
border-color css
<style>
span { border-color: #5D4443; }
span { border-color: rgb(93,68,67); }
td.TdClassName
{
border-color: #5D4443;
}
.TagClassName
{
border-color: #5D4443;
}
</style>