Shades of Redwood #58342B
Tints of Redwood #58342B
RGB
CMYK
RGB Variations
Color information
#58342B (or 0x58342B) is known color: Redwood. HEX triplet: 58, 34 and 2B. RGB value is (88,52,43). Sum of RGB (Red+Green+Blue) = 88+52+43=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58342B is #A7CBD4. Grayscale: #3D3D3D. Windows color (decimal): -10996693 or 2831448. OLE color: 2831448.
HSL color Cylindrical-coordinate representation of color #58342B: hue angle of 12º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58342B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 52 | 43 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.65 |
| HSL | 12º | 0.34% | 0.26% | - |
| HSV(B) | 12º | 0.51% | 0.35% | - |
| XYZ | 5.69 | 4.71 | 2.89 | - |
| YUV | 61.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 43 | 0 | 0.41 | 0.51 | 0.65 | 12 | 0.34 | 0.26 |
| Hex | 58 | 34 | 2B | 0 | 29 | 33 | 41 | C | 22 | 1A |
| Octal | 130 | 64 | 53 | 0 | 51 | 63 | 101 | 14 | 42 | 32 |
| Binary | 1011000 | 110100 | 101011 | 0 | 101001 | 110011 | 1000001 | 1100 | 100010 | 11010 |
Color Harmonies of #58342B
Complementary color
Monochromatic Colors of #58342B
Black with #58342B
Text Example
Text Example
White with #58342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58342B; }
p { color: rgb(88,52,43); }
H1.HeaderClassName
{
color: #58342B;
}
.AnyTagClassName
{
color: #58342B;
}
</style>
background-color css
<style>
a { background-color: #58342B; }
a { background-color: rgb(88,52,43); }
div.DivClassName
{
background-color: #58342B;
}
.BgClassName
{
background-color: #58342B;
}
</style>
border-color css
<style>
span { border-color: #58342B; }
span { border-color: rgb(88,52,43); }
td.TdClassName
{
border-color: #58342B;
}
.TagClassName
{
border-color: #58342B;
}
</style>