Shades of Redwood #58362E
Tints of Redwood #58362E
RGB
CMYK
RGB Variations
Color information
#58362E (or 0x58362E) is known color: Redwood. HEX triplet: 58, 36 and 2E. RGB value is (88,54,46). Sum of RGB (Red+Green+Blue) = 88+54+46=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58362E is #A7C9D1. Grayscale: #3F3F3F. Windows color (decimal): -10996178 or 3028568. OLE color: 3028568.
HSL color Cylindrical-coordinate representation of color #58362E: hue angle of 11.43º 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 #58362E is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 54 | 46 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.65 |
| HSL | 11.43º | 0.31% | 0.26% | - |
| HSV(B) | 11.43º | 0.48% | 0.35% | - |
| XYZ | 5.84 | 4.91 | 3.22 | - |
| YUV | 63.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 54 | 46 | 0 | 0.39 | 0.48 | 0.65 | 11.43 | 0.31 | 0.26 |
| Hex | 58 | 36 | 2E | 0 | 27 | 30 | 41 | B | 1F | 1A |
| Octal | 130 | 66 | 56 | 0 | 47 | 60 | 101 | 13 | 37 | 32 |
| Binary | 1011000 | 110110 | 101110 | 0 | 100111 | 110000 | 1000001 | 1011 | 11111 | 11010 |
Color Harmonies of #58362E
Complementary color
Monochromatic Colors of #58362E
Black with #58362E
Text Example
Text Example
White with #58362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58362E; }
p { color: rgb(88,54,46); }
H1.HeaderClassName
{
color: #58362E;
}
.AnyTagClassName
{
color: #58362E;
}
</style>
background-color css
<style>
a { background-color: #58362E; }
a { background-color: rgb(88,54,46); }
div.DivClassName
{
background-color: #58362E;
}
.BgClassName
{
background-color: #58362E;
}
</style>
border-color css
<style>
span { border-color: #58362E; }
span { border-color: rgb(88,54,46); }
td.TdClassName
{
border-color: #58362E;
}
.TagClassName
{
border-color: #58362E;
}
</style>