Shades of Redwood #58332E
Tints of Redwood #58332E
RGB
CMYK
RGB Variations
Color information
#58332E (or 0x58332E) is known color: Redwood. HEX triplet: 58, 33 and 2E. RGB value is (88,51,46). Sum of RGB (Red+Green+Blue) = 88+51+46=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58332E is #A7CCD1. Grayscale: #3D3D3D. Windows color (decimal): -10996946 or 3027800. OLE color: 3027800.
HSL color Cylindrical-coordinate representation of color #58332E: hue angle of 7.14º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58332E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 51 | 46 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.65 |
| HSL | 7.14º | 0.31% | 0.26% | - |
| HSV(B) | 7.14º | 0.48% | 0.35% | - |
| XYZ | 5.7 | 4.64 | 3.18 | - |
| YUV | 61.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 46 | 0 | 0.42 | 0.48 | 0.65 | 7.14 | 0.31 | 0.26 |
| Hex | 58 | 33 | 2E | 0 | 2A | 30 | 41 | 7 | 1F | 1A |
| Octal | 130 | 63 | 56 | 0 | 52 | 60 | 101 | 7 | 37 | 32 |
| Binary | 1011000 | 110011 | 101110 | 0 | 101010 | 110000 | 1000001 | 111 | 11111 | 11010 |
Color Harmonies of #58332E
Complementary color
Monochromatic Colors of #58332E
Black with #58332E
Text Example
Text Example
White with #58332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58332E; }
p { color: rgb(88,51,46); }
H1.HeaderClassName
{
color: #58332E;
}
.AnyTagClassName
{
color: #58332E;
}
</style>
background-color css
<style>
a { background-color: #58332E; }
a { background-color: rgb(88,51,46); }
div.DivClassName
{
background-color: #58332E;
}
.BgClassName
{
background-color: #58332E;
}
</style>
border-color css
<style>
span { border-color: #58332E; }
span { border-color: rgb(88,51,46); }
td.TdClassName
{
border-color: #58332E;
}
.TagClassName
{
border-color: #58332E;
}
</style>