Shades of Woody Brown #5C4443
Tints of Woody Brown #5C4443
RGB
CMYK
RGB Variations
Color information
#5C4443 (or 0x5C4443) is known color: Woody Brown. HEX triplet: 5C, 44 and 43. RGB value is (92,68,67). Sum of RGB (Red+Green+Blue) = 92+68+67=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4443 is #A3BBBC. Grayscale: #4B4B4B. Windows color (decimal): -10730429 or 4408412. OLE color: 4408412.
HSL color Cylindrical-coordinate representation of color #5C4443: hue angle of 2.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C4443 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 67 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.64 |
| HSL | 2.4º | 0.16% | 0.31% | - |
| HSV(B) | 2.4º | 0.27% | 0.36% | - |
| XYZ | 7.49 | 6.81 | 6.23 | - |
| YUV | 75.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 67 | 0 | 0.26 | 0.27 | 0.64 | 2.4 | 0.16 | 0.31 |
| Hex | 5C | 44 | 43 | 0 | 1A | 1B | 40 | 2 | 10 | 1F |
| Octal | 134 | 104 | 103 | 0 | 32 | 33 | 100 | 2 | 20 | 37 |
| Binary | 1011100 | 1000100 | 1000011 | 0 | 11010 | 11011 | 1000000 | 10 | 10000 | 11111 |
Color Harmonies of #5C4443
Complementary color
Monochromatic Colors of #5C4443
Black with #5C4443
Text Example
Text Example
White with #5C4443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4443; }
p { color: rgb(92,68,67); }
H1.HeaderClassName
{
color: #5C4443;
}
.AnyTagClassName
{
color: #5C4443;
}
</style>
background-color css
<style>
a { background-color: #5C4443; }
a { background-color: rgb(92,68,67); }
div.DivClassName
{
background-color: #5C4443;
}
.BgClassName
{
background-color: #5C4443;
}
</style>
border-color css
<style>
span { border-color: #5C4443; }
span { border-color: rgb(92,68,67); }
td.TdClassName
{
border-color: #5C4443;
}
.TagClassName
{
border-color: #5C4443;
}
</style>