Shades of Redwood #58352F
Tints of Redwood #58352F
RGB
CMYK
RGB Variations
Color information
#58352F (or 0x58352F) is known color: Redwood. HEX triplet: 58, 35 and 2F. RGB value is (88,53,47). Sum of RGB (Red+Green+Blue) = 88+53+47=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58352F is #A7CAD0. Grayscale: #3E3E3E. Windows color (decimal): -10996433 or 3093848. OLE color: 3093848.
HSL color Cylindrical-coordinate representation of color #58352F: hue angle of 8.78º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58352F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 53 | 47 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.65 |
| HSL | 8.78º | 0.3% | 0.26% | - |
| HSV(B) | 8.78º | 0.47% | 0.35% | - |
| XYZ | 5.81 | 4.83 | 3.31 | - |
| YUV | 62.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 53 | 47 | 0 | 0.40 | 0.47 | 0.65 | 8.78 | 0.3 | 0.26 |
| Hex | 58 | 35 | 2F | 0 | 28 | 2F | 41 | 9 | 1E | 1A |
| Octal | 130 | 65 | 57 | 0 | 50 | 57 | 101 | 11 | 36 | 32 |
| Binary | 1011000 | 110101 | 101111 | 0 | 101000 | 101111 | 1000001 | 1001 | 11110 | 11010 |
Color Harmonies of #58352F
Complementary color
Monochromatic Colors of #58352F
Black with #58352F
Text Example
Text Example
White with #58352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58352F; }
p { color: rgb(88,53,47); }
H1.HeaderClassName
{
color: #58352F;
}
.AnyTagClassName
{
color: #58352F;
}
</style>
background-color css
<style>
a { background-color: #58352F; }
a { background-color: rgb(88,53,47); }
div.DivClassName
{
background-color: #58352F;
}
.BgClassName
{
background-color: #58352F;
}
</style>
border-color css
<style>
span { border-color: #58352F; }
span { border-color: rgb(88,53,47); }
td.TdClassName
{
border-color: #58352F;
}
.TagClassName
{
border-color: #58352F;
}
</style>