Shades of Woody Brown #5C4643
Tints of Woody Brown #5C4643
RGB
CMYK
RGB Variations
Color information
#5C4643 (or 0x5C4643) is known color: Woody Brown. HEX triplet: 5C, 46 and 43. RGB value is (92,70,67). Sum of RGB (Red+Green+Blue) = 92+70+67=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4643 is #A3B9BC. Grayscale: #4C4C4C. Windows color (decimal): -10729917 or 4408924. OLE color: 4408924.
HSL color Cylindrical-coordinate representation of color #5C4643: hue angle of 7.2º 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 #5C4643 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 70 | 67 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.64 |
| HSL | 7.2º | 0.16% | 0.31% | - |
| HSV(B) | 7.2º | 0.27% | 0.36% | - |
| XYZ | 7.62 | 7.06 | 6.27 | - |
| YUV | 76.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 67 | 0 | 0.24 | 0.27 | 0.64 | 7.2 | 0.16 | 0.31 |
| Hex | 5C | 46 | 43 | 0 | 18 | 1B | 40 | 7 | 10 | 1F |
| Octal | 134 | 106 | 103 | 0 | 30 | 33 | 100 | 7 | 20 | 37 |
| Binary | 1011100 | 1000110 | 1000011 | 0 | 11000 | 11011 | 1000000 | 111 | 10000 | 11111 |
Color Harmonies of #5C4643
Complementary color
Monochromatic Colors of #5C4643
Black with #5C4643
Text Example
Text Example
White with #5C4643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4643; }
p { color: rgb(92,70,67); }
H1.HeaderClassName
{
color: #5C4643;
}
.AnyTagClassName
{
color: #5C4643;
}
</style>
background-color css
<style>
a { background-color: #5C4643; }
a { background-color: rgb(92,70,67); }
div.DivClassName
{
background-color: #5C4643;
}
.BgClassName
{
background-color: #5C4643;
}
</style>
border-color css
<style>
span { border-color: #5C4643; }
span { border-color: rgb(92,70,67); }
td.TdClassName
{
border-color: #5C4643;
}
.TagClassName
{
border-color: #5C4643;
}
</style>