Shades of Woodland #58603E
Tints of Woodland #58603E
RGB
CMYK
RGB Variations
Color information
#58603E (or 0x58603E) is known color: Woodland. HEX triplet: 58, 60 and 3E. RGB value is (88,96,62). Sum of RGB (Red+Green+Blue) = 88+96+62=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #58603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58603E is #A79FC1. Grayscale: #595959. Windows color (decimal): -10985410 or 4087896. OLE color: 4087896.
HSL color Cylindrical-coordinate representation of color #58603E: hue angle of 74.12º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58603E is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 96 | 62 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.62 |
| HSL | 74.12º | 0.22% | 0.31% | - |
| HSV(B) | 74.12º | 0.35% | 0.38% | - |
| XYZ | 9.08 | 10.79 | 6.16 | - |
| YUV | 89.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 62 | 0.08 | 0 | 0.35 | 0.62 | 74.12 | 0.22 | 0.31 |
| Hex | 58 | 60 | 3E | 8 | 0 | 23 | 3E | 4A | 16 | 1F |
| Octal | 130 | 140 | 76 | 10 | 0 | 43 | 76 | 112 | 26 | 37 |
| Binary | 1011000 | 1100000 | 111110 | 1000 | 0 | 100011 | 111110 | 1001010 | 10110 | 11111 |
Color Harmonies of #58603E
Complementary color
Monochromatic Colors of #58603E
Black with #58603E
Text Example
Text Example
White with #58603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58603E; }
p { color: rgb(88,96,62); }
H1.HeaderClassName
{
color: #58603E;
}
.AnyTagClassName
{
color: #58603E;
}
</style>
background-color css
<style>
a { background-color: #58603E; }
a { background-color: rgb(88,96,62); }
div.DivClassName
{
background-color: #58603E;
}
.BgClassName
{
background-color: #58603E;
}
</style>
border-color css
<style>
span { border-color: #58603E; }
span { border-color: rgb(88,96,62); }
td.TdClassName
{
border-color: #58603E;
}
.TagClassName
{
border-color: #58603E;
}
</style>