Shades of Redwood #5C3B35
Tints of Redwood #5C3B35
RGB
CMYK
RGB Variations
Color information
#5C3B35 (or 0x5C3B35) is known color: Redwood. HEX triplet: 5C, 3B and 35. RGB value is (92,59,53). Sum of RGB (Red+Green+Blue) = 92+59+53=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3B35 is #A3C4CA. Grayscale: #444444. Windows color (decimal): -10732747 or 3488604. OLE color: 3488604.
HSL color Cylindrical-coordinate representation of color #5C3B35: hue angle of 9.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C3B35 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 59 | 53 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.64 |
| HSL | 9.23º | 0.27% | 0.28% | - |
| HSV(B) | 9.23º | 0.42% | 0.36% | - |
| XYZ | 6.62 | 5.66 | 4.11 | - |
| YUV | 68.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 59 | 53 | 0 | 0.36 | 0.42 | 0.64 | 9.23 | 0.27 | 0.28 |
| Hex | 5C | 3B | 35 | 0 | 24 | 2A | 40 | 9 | 1B | 1C |
| Octal | 134 | 73 | 65 | 0 | 44 | 52 | 100 | 11 | 33 | 34 |
| Binary | 1011100 | 111011 | 110101 | 0 | 100100 | 101010 | 1000000 | 1001 | 11011 | 11100 |
Color Harmonies of #5C3B35
Complementary color
Monochromatic Colors of #5C3B35
Black with #5C3B35
Text Example
Text Example
White with #5C3B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3B35; }
p { color: rgb(92,59,53); }
H1.HeaderClassName
{
color: #5C3B35;
}
.AnyTagClassName
{
color: #5C3B35;
}
</style>
background-color css
<style>
a { background-color: #5C3B35; }
a { background-color: rgb(92,59,53); }
div.DivClassName
{
background-color: #5C3B35;
}
.BgClassName
{
background-color: #5C3B35;
}
</style>
border-color css
<style>
span { border-color: #5C3B35; }
span { border-color: rgb(92,59,53); }
td.TdClassName
{
border-color: #5C3B35;
}
.TagClassName
{
border-color: #5C3B35;
}
</style>