Shades of Redwood #5C352F
Tints of Redwood #5C352F
RGB
CMYK
RGB Variations
Color information
#5C352F (or 0x5C352F) is known color: Redwood. HEX triplet: 5C, 35 and 2F. RGB value is (92,53,47). Sum of RGB (Red+Green+Blue) = 92+53+47=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 92 - color contains mainly: red. Hex color #5C352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C352F is #A3CAD0. Grayscale: #404040. Windows color (decimal): -10734289 or 3093852. OLE color: 3093852.
HSL color Cylindrical-coordinate representation of color #5C352F: hue angle of 8º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C352F is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 53 | 47 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.64 |
| HSL | 8º | 0.32% | 0.27% | - |
| HSV(B) | 8º | 0.49% | 0.36% | - |
| XYZ | 6.2 | 5.03 | 3.33 | - |
| YUV | 63.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 53 | 47 | 0 | 0.42 | 0.49 | 0.64 | 8 | 0.32 | 0.27 |
| Hex | 5C | 35 | 2F | 0 | 2A | 31 | 40 | 8 | 20 | 1B |
| Octal | 134 | 65 | 57 | 0 | 52 | 61 | 100 | 10 | 40 | 33 |
| Binary | 1011100 | 110101 | 101111 | 0 | 101010 | 110001 | 1000000 | 1000 | 100000 | 11011 |
Color Harmonies of #5C352F
Complementary color
Monochromatic Colors of #5C352F
Black with #5C352F
Text Example
Text Example
White with #5C352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C352F; }
p { color: rgb(92,53,47); }
H1.HeaderClassName
{
color: #5C352F;
}
.AnyTagClassName
{
color: #5C352F;
}
</style>
background-color css
<style>
a { background-color: #5C352F; }
a { background-color: rgb(92,53,47); }
div.DivClassName
{
background-color: #5C352F;
}
.BgClassName
{
background-color: #5C352F;
}
</style>
border-color css
<style>
span { border-color: #5C352F; }
span { border-color: rgb(92,53,47); }
td.TdClassName
{
border-color: #5C352F;
}
.TagClassName
{
border-color: #5C352F;
}
</style>