Shades of Woody Brown #5C4441
Tints of Woody Brown #5C4441
RGB
CMYK
RGB Variations
Color information
#5C4441 (or 0x5C4441) is known color: Woody Brown. HEX triplet: 5C, 44 and 41. RGB value is (92,68,65). Sum of RGB (Red+Green+Blue) = 92+68+65=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4441 is #A3BBBE. Grayscale: #4A4A4A. Windows color (decimal): -10730431 or 4277340. OLE color: 4277340.
HSL color Cylindrical-coordinate representation of color #5C4441: hue angle of 6.67º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C4441 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 65 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.64 |
| HSL | 6.67º | 0.17% | 0.31% | - |
| HSV(B) | 6.67º | 0.29% | 0.36% | - |
| XYZ | 7.43 | 6.79 | 5.92 | - |
| YUV | 74.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 65 | 0 | 0.26 | 0.29 | 0.64 | 6.67 | 0.17 | 0.31 |
| Hex | 5C | 44 | 41 | 0 | 1A | 1D | 40 | 7 | 11 | 1F |
| Octal | 134 | 104 | 101 | 0 | 32 | 35 | 100 | 7 | 21 | 37 |
| Binary | 1011100 | 1000100 | 1000001 | 0 | 11010 | 11101 | 1000000 | 111 | 10001 | 11111 |
Color Harmonies of #5C4441
Complementary color
Monochromatic Colors of #5C4441
Black with #5C4441
Text Example
Text Example
White with #5C4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4441; }
p { color: rgb(92,68,65); }
H1.HeaderClassName
{
color: #5C4441;
}
.AnyTagClassName
{
color: #5C4441;
}
</style>
background-color css
<style>
a { background-color: #5C4441; }
a { background-color: rgb(92,68,65); }
div.DivClassName
{
background-color: #5C4441;
}
.BgClassName
{
background-color: #5C4441;
}
</style>
border-color css
<style>
span { border-color: #5C4441; }
span { border-color: rgb(92,68,65); }
td.TdClassName
{
border-color: #5C4441;
}
.TagClassName
{
border-color: #5C4441;
}
</style>