Shades of Woody Brown #5C4644
Tints of Woody Brown #5C4644
RGB
CMYK
RGB Variations
Color information
#5C4644 (or 0x5C4644) is known color: Woody Brown. HEX triplet: 5C, 46 and 44. RGB value is (92,70,68). Sum of RGB (Red+Green+Blue) = 92+70+68=230 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4644 is #A3B9BB. Grayscale: #4C4C4C. Windows color (decimal): -10729916 or 4474460. OLE color: 4474460.
HSL color Cylindrical-coordinate representation of color #5C4644: hue angle of 5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C4644 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 70 | 68 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.64 |
| HSL | 5º | 0.15% | 0.31% | - |
| HSV(B) | 5º | 0.26% | 0.36% | - |
| XYZ | 7.65 | 7.07 | 6.43 | - |
| YUV | 76.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 68 | 0 | 0.24 | 0.26 | 0.64 | 5 | 0.15 | 0.31 |
| Hex | 5C | 46 | 44 | 0 | 18 | 1A | 40 | 5 | F | 1F |
| Octal | 134 | 106 | 104 | 0 | 30 | 32 | 100 | 5 | 17 | 37 |
| Binary | 1011100 | 1000110 | 1000100 | 0 | 11000 | 11010 | 1000000 | 101 | 1111 | 11111 |
Color Harmonies of #5C4644
Complementary color
Monochromatic Colors of #5C4644
Black with #5C4644
Text Example
Text Example
White with #5C4644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4644; }
p { color: rgb(92,70,68); }
H1.HeaderClassName
{
color: #5C4644;
}
.AnyTagClassName
{
color: #5C4644;
}
</style>
background-color css
<style>
a { background-color: #5C4644; }
a { background-color: rgb(92,70,68); }
div.DivClassName
{
background-color: #5C4644;
}
.BgClassName
{
background-color: #5C4644;
}
</style>
border-color css
<style>
span { border-color: #5C4644; }
span { border-color: rgb(92,70,68); }
td.TdClassName
{
border-color: #5C4644;
}
.TagClassName
{
border-color: #5C4644;
}
</style>