Shades of Redwood #5C372F
Tints of Redwood #5C372F
RGB
CMYK
RGB Variations
Color information
#5C372F (or 0x5C372F) is known color: Redwood. HEX triplet: 5C, 37 and 2F. RGB value is (92,55,47). Sum of RGB (Red+Green+Blue) = 92+55+47=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C372F is #A3C8D0. Grayscale: #414141. Windows color (decimal): -10733777 or 3094364. OLE color: 3094364.
HSL color Cylindrical-coordinate representation of color #5C372F: hue angle of 10.67º 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 #5C372F is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 55 | 47 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.64 |
| HSL | 10.67º | 0.32% | 0.27% | - |
| HSV(B) | 10.67º | 0.49% | 0.36% | - |
| XYZ | 6.29 | 5.21 | 3.36 | - |
| YUV | 65.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 47 | 0 | 0.40 | 0.49 | 0.64 | 10.67 | 0.32 | 0.27 |
| Hex | 5C | 37 | 2F | 0 | 28 | 31 | 40 | B | 20 | 1B |
| Octal | 134 | 67 | 57 | 0 | 50 | 61 | 100 | 13 | 40 | 33 |
| Binary | 1011100 | 110111 | 101111 | 0 | 101000 | 110001 | 1000000 | 1011 | 100000 | 11011 |
Color Harmonies of #5C372F
Complementary color
Monochromatic Colors of #5C372F
Black with #5C372F
Text Example
Text Example
White with #5C372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C372F; }
p { color: rgb(92,55,47); }
H1.HeaderClassName
{
color: #5C372F;
}
.AnyTagClassName
{
color: #5C372F;
}
</style>
background-color css
<style>
a { background-color: #5C372F; }
a { background-color: rgb(92,55,47); }
div.DivClassName
{
background-color: #5C372F;
}
.BgClassName
{
background-color: #5C372F;
}
</style>
border-color css
<style>
span { border-color: #5C372F; }
span { border-color: rgb(92,55,47); }
td.TdClassName
{
border-color: #5C372F;
}
.TagClassName
{
border-color: #5C372F;
}
</style>