Shades of Woody Brown #5C3D3D
Tints of Woody Brown #5C3D3D
RGB
CMYK
RGB Variations
Color information
#5C3D3D (or 0x5C3D3D) is known color: Woody Brown. HEX triplet: 5C, 3D and 3D. RGB value is (92,61,61). Sum of RGB (Red+Green+Blue) = 92+61+61=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3D3D is #A3C2C2. Grayscale: #464646. Windows color (decimal): -10732227 or 4013404. OLE color: 4013404.
HSL color Cylindrical-coordinate representation of color #5C3D3D: hue angle of 0º 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 #5C3D3D is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 61 | 61 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.64 |
| HSL | 0º | 0.2% | 0.3% | - |
| HSV(B) | 0º | 0.34% | 0.36% | - |
| XYZ | 6.92 | 5.95 | 5.2 | - |
| YUV | 70.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 61 | 61 | 0 | 0.34 | 0.34 | 0.64 | 0 | 0.2 | 0.3 |
| Hex | 5C | 3D | 3D | 0 | 22 | 22 | 40 | 0 | 14 | 1E |
| Octal | 134 | 75 | 75 | 0 | 42 | 42 | 100 | 0 | 24 | 36 |
| Binary | 1011100 | 111101 | 111101 | 0 | 100010 | 100010 | 1000000 | 0 | 10100 | 11110 |
Color Harmonies of #5C3D3D
Complementary color
Monochromatic Colors of #5C3D3D
Black with #5C3D3D
Text Example
Text Example
White with #5C3D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3D3D; }
p { color: rgb(92,61,61); }
H1.HeaderClassName
{
color: #5C3D3D;
}
.AnyTagClassName
{
color: #5C3D3D;
}
</style>
background-color css
<style>
a { background-color: #5C3D3D; }
a { background-color: rgb(92,61,61); }
div.DivClassName
{
background-color: #5C3D3D;
}
.BgClassName
{
background-color: #5C3D3D;
}
</style>
border-color css
<style>
span { border-color: #5C3D3D; }
span { border-color: rgb(92,61,61); }
td.TdClassName
{
border-color: #5C3D3D;
}
.TagClassName
{
border-color: #5C3D3D;
}
</style>