Shades of Redwood #5C362E
Tints of Redwood #5C362E
RGB
CMYK
RGB Variations
Color information
#5C362E (or 0x5C362E) is known color: Redwood. HEX triplet: 5C, 36 and 2E. RGB value is (92,54,46). Sum of RGB (Red+Green+Blue) = 92+54+46=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 92 - color contains mainly: red. Hex color #5C362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C362E is #A3C9D1. Grayscale: #404040. Windows color (decimal): -10734034 or 3028572. OLE color: 3028572.
HSL color Cylindrical-coordinate representation of color #5C362E: hue angle of 10.43º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C362E is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 54 | 46 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.64 |
| HSL | 10.43º | 0.33% | 0.27% | - |
| HSV(B) | 10.43º | 0.5% | 0.36% | - |
| XYZ | 6.23 | 5.11 | 3.24 | - |
| YUV | 64.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 54 | 46 | 0 | 0.41 | 0.50 | 0.64 | 10.43 | 0.33 | 0.27 |
| Hex | 5C | 36 | 2E | 0 | 29 | 32 | 40 | A | 21 | 1B |
| Octal | 134 | 66 | 56 | 0 | 51 | 62 | 100 | 12 | 41 | 33 |
| Binary | 1011100 | 110110 | 101110 | 0 | 101001 | 110010 | 1000000 | 1010 | 100001 | 11011 |
Color Harmonies of #5C362E
Complementary color
Monochromatic Colors of #5C362E
Black with #5C362E
Text Example
Text Example
White with #5C362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C362E; }
p { color: rgb(92,54,46); }
H1.HeaderClassName
{
color: #5C362E;
}
.AnyTagClassName
{
color: #5C362E;
}
</style>
background-color css
<style>
a { background-color: #5C362E; }
a { background-color: rgb(92,54,46); }
div.DivClassName
{
background-color: #5C362E;
}
.BgClassName
{
background-color: #5C362E;
}
</style>
border-color css
<style>
span { border-color: #5C362E; }
span { border-color: rgb(92,54,46); }
td.TdClassName
{
border-color: #5C362E;
}
.TagClassName
{
border-color: #5C362E;
}
</style>