Shades of Woody Brown #5C4543
Tints of Woody Brown #5C4543
RGB
CMYK
RGB Variations
Color information
#5C4543 (or 0x5C4543) is known color: Woody Brown. HEX triplet: 5C, 45 and 43. RGB value is (92,69,67). Sum of RGB (Red+Green+Blue) = 92+69+67=228 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.35% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4543 is #A3BABC. Grayscale: #4B4B4B. Windows color (decimal): -10730173 or 4408668. OLE color: 4408668.
HSL color Cylindrical-coordinate representation of color #5C4543: hue angle of 4.8º 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 #5C4543 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 69 | 67 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.64 |
| HSL | 4.8º | 0.16% | 0.31% | - |
| HSV(B) | 4.8º | 0.27% | 0.36% | - |
| XYZ | 7.55 | 6.94 | 6.25 | - |
| YUV | 75.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 67 | 0 | 0.25 | 0.27 | 0.64 | 4.8 | 0.16 | 0.31 |
| Hex | 5C | 45 | 43 | 0 | 19 | 1B | 40 | 5 | 10 | 1F |
| Octal | 134 | 105 | 103 | 0 | 31 | 33 | 100 | 5 | 20 | 37 |
| Binary | 1011100 | 1000101 | 1000011 | 0 | 11001 | 11011 | 1000000 | 101 | 10000 | 11111 |
Color Harmonies of #5C4543
Complementary color
Monochromatic Colors of #5C4543
Black with #5C4543
Text Example
Text Example
White with #5C4543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4543; }
p { color: rgb(92,69,67); }
H1.HeaderClassName
{
color: #5C4543;
}
.AnyTagClassName
{
color: #5C4543;
}
</style>
background-color css
<style>
a { background-color: #5C4543; }
a { background-color: rgb(92,69,67); }
div.DivClassName
{
background-color: #5C4543;
}
.BgClassName
{
background-color: #5C4543;
}
</style>
border-color css
<style>
span { border-color: #5C4543; }
span { border-color: rgb(92,69,67); }
td.TdClassName
{
border-color: #5C4543;
}
.TagClassName
{
border-color: #5C4543;
}
</style>