Shades of Redwood #5C332F
Tints of Redwood #5C332F
RGB
CMYK
RGB Variations
Color information
#5C332F (or 0x5C332F) is known color: Redwood. HEX triplet: 5C, 33 and 2F. RGB value is (92,51,47). Sum of RGB (Red+Green+Blue) = 92+51+47=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 92 - color contains mainly: red. Hex color #5C332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C332F is #A3CCD0. Grayscale: #3E3E3E. Windows color (decimal): -10734801 or 3093340. OLE color: 3093340.
HSL color Cylindrical-coordinate representation of color #5C332F: hue angle of 5.33º 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 #5C332F is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 51 | 47 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.64 |
| HSL | 5.33º | 0.32% | 0.27% | - |
| HSV(B) | 5.33º | 0.49% | 0.36% | - |
| XYZ | 6.11 | 4.85 | 3.3 | - |
| YUV | 62.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 51 | 47 | 0 | 0.45 | 0.49 | 0.64 | 5.33 | 0.32 | 0.27 |
| Hex | 5C | 33 | 2F | 0 | 2D | 31 | 40 | 5 | 20 | 1B |
| Octal | 134 | 63 | 57 | 0 | 55 | 61 | 100 | 5 | 40 | 33 |
| Binary | 1011100 | 110011 | 101111 | 0 | 101101 | 110001 | 1000000 | 101 | 100000 | 11011 |
Color Harmonies of #5C332F
Complementary color
Monochromatic Colors of #5C332F
Black with #5C332F
Text Example
Text Example
White with #5C332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C332F; }
p { color: rgb(92,51,47); }
H1.HeaderClassName
{
color: #5C332F;
}
.AnyTagClassName
{
color: #5C332F;
}
</style>
background-color css
<style>
a { background-color: #5C332F; }
a { background-color: rgb(92,51,47); }
div.DivClassName
{
background-color: #5C332F;
}
.BgClassName
{
background-color: #5C332F;
}
</style>
border-color css
<style>
span { border-color: #5C332F; }
span { border-color: rgb(92,51,47); }
td.TdClassName
{
border-color: #5C332F;
}
.TagClassName
{
border-color: #5C332F;
}
</style>