Shades of Redwood #58332C
Tints of Redwood #58332C
RGB
CMYK
RGB Variations
Color information
#58332C (or 0x58332C) is known color: Redwood. HEX triplet: 58, 33 and 2C. RGB value is (88,51,44). Sum of RGB (Red+Green+Blue) = 88+51+44=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58332C is #A7CCD3. Grayscale: #3D3D3D. Windows color (decimal): -10996948 or 2896728. OLE color: 2896728.
HSL color Cylindrical-coordinate representation of color #58332C: hue angle of 9.55º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58332C is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 51 | 44 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.65 |
| HSL | 9.55º | 0.33% | 0.26% | - |
| HSV(B) | 9.55º | 0.5% | 0.35% | - |
| XYZ | 5.66 | 4.62 | 2.98 | - |
| YUV | 61.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 44 | 0 | 0.42 | 0.5 | 0.65 | 9.55 | 0.33 | 0.26 |
| Hex | 58 | 33 | 2C | 0 | 2A | 32 | 41 | A | 21 | 1A |
| Octal | 130 | 63 | 54 | 0 | 52 | 62 | 101 | 12 | 41 | 32 |
| Binary | 1011000 | 110011 | 101100 | 0 | 101010 | 110010 | 1000001 | 1010 | 100001 | 11010 |
Color Harmonies of #58332C
Complementary color
Monochromatic Colors of #58332C
Black with #58332C
Text Example
Text Example
White with #58332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58332C; }
p { color: rgb(88,51,44); }
H1.HeaderClassName
{
color: #58332C;
}
.AnyTagClassName
{
color: #58332C;
}
</style>
background-color css
<style>
a { background-color: #58332C; }
a { background-color: rgb(88,51,44); }
div.DivClassName
{
background-color: #58332C;
}
.BgClassName
{
background-color: #58332C;
}
</style>
border-color css
<style>
span { border-color: #58332C; }
span { border-color: rgb(88,51,44); }
td.TdClassName
{
border-color: #58332C;
}
.TagClassName
{
border-color: #58332C;
}
</style>