Shades of Woody Brown #5C3E3D
Tints of Woody Brown #5C3E3D
RGB
CMYK
RGB Variations
Color information
#5C3E3D (or 0x5C3E3D) is known color: Woody Brown. HEX triplet: 5C, 3E and 3D. RGB value is (92,62,61). Sum of RGB (Red+Green+Blue) = 92+62+61=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3E3D is #A3C1C2. Grayscale: #464646. Windows color (decimal): -10731971 or 4013660. OLE color: 4013660.
HSL color Cylindrical-coordinate representation of color #5C3E3D: hue angle of 1.94º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C3E3D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 62 | 61 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.64 |
| HSL | 1.94º | 0.2% | 0.3% | - |
| HSV(B) | 1.94º | 0.34% | 0.36% | - |
| XYZ | 6.98 | 6.06 | 5.22 | - |
| YUV | 70.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 62 | 61 | 0 | 0.33 | 0.34 | 0.64 | 1.94 | 0.2 | 0.3 |
| Hex | 5C | 3E | 3D | 0 | 21 | 22 | 40 | 2 | 14 | 1E |
| Octal | 134 | 76 | 75 | 0 | 41 | 42 | 100 | 2 | 24 | 36 |
| Binary | 1011100 | 111110 | 111101 | 0 | 100001 | 100010 | 1000000 | 10 | 10100 | 11110 |
Color Harmonies of #5C3E3D
Complementary color
Monochromatic Colors of #5C3E3D
Black with #5C3E3D
Text Example
Text Example
White with #5C3E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3E3D; }
p { color: rgb(92,62,61); }
H1.HeaderClassName
{
color: #5C3E3D;
}
.AnyTagClassName
{
color: #5C3E3D;
}
</style>
background-color css
<style>
a { background-color: #5C3E3D; }
a { background-color: rgb(92,62,61); }
div.DivClassName
{
background-color: #5C3E3D;
}
.BgClassName
{
background-color: #5C3E3D;
}
</style>
border-color css
<style>
span { border-color: #5C3E3D; }
span { border-color: rgb(92,62,61); }
td.TdClassName
{
border-color: #5C3E3D;
}
.TagClassName
{
border-color: #5C3E3D;
}
</style>