Shades of Woody Brown #5C413E
Tints of Woody Brown #5C413E
RGB
CMYK
RGB Variations
Color information
#5C413E (or 0x5C413E) is known color: Woody Brown. HEX triplet: 5C, 41 and 3E. RGB value is (92,65,62). Sum of RGB (Red+Green+Blue) = 92+65+62=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 92 - color contains mainly: red. Hex color #5C413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C413E is #A3BEC1. Grayscale: #484848. Windows color (decimal): -10731202 or 4079964. OLE color: 4079964.
HSL color Cylindrical-coordinate representation of color #5C413E: hue angle of 6º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C413E is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 65 | 62 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.64 |
| HSL | 6º | 0.19% | 0.3% | - |
| HSV(B) | 6º | 0.33% | 0.36% | - |
| XYZ | 7.17 | 6.4 | 5.42 | - |
| YUV | 72.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 62 | 0 | 0.29 | 0.33 | 0.64 | 6 | 0.19 | 0.3 |
| Hex | 5C | 41 | 3E | 0 | 1D | 21 | 40 | 6 | 13 | 1E |
| Octal | 134 | 101 | 76 | 0 | 35 | 41 | 100 | 6 | 23 | 36 |
| Binary | 1011100 | 1000001 | 111110 | 0 | 11101 | 100001 | 1000000 | 110 | 10011 | 11110 |
Color Harmonies of #5C413E
Complementary color
Monochromatic Colors of #5C413E
Black with #5C413E
Text Example
Text Example
White with #5C413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C413E; }
p { color: rgb(92,65,62); }
H1.HeaderClassName
{
color: #5C413E;
}
.AnyTagClassName
{
color: #5C413E;
}
</style>
background-color css
<style>
a { background-color: #5C413E; }
a { background-color: rgb(92,65,62); }
div.DivClassName
{
background-color: #5C413E;
}
.BgClassName
{
background-color: #5C413E;
}
</style>
border-color css
<style>
span { border-color: #5C413E; }
span { border-color: rgb(92,65,62); }
td.TdClassName
{
border-color: #5C413E;
}
.TagClassName
{
border-color: #5C413E;
}
</style>