Shades of Woodland #58613E
Tints of Woodland #58613E
RGB
CMYK
RGB Variations
Color information
#58613E (or 0x58613E) is known color: Woodland. HEX triplet: 58, 61 and 3E. RGB value is (88,97,62). Sum of RGB (Red+Green+Blue) = 88+97+62=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #58613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58613E is #A79EC1. Grayscale: #5A5A5A. Windows color (decimal): -10985154 or 4088152. OLE color: 4088152.
HSL color Cylindrical-coordinate representation of color #58613E: hue angle of 75.43º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58613E is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 97 | 62 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.62 |
| HSL | 75.43º | 0.22% | 0.31% | - |
| HSV(B) | 75.43º | 0.36% | 0.38% | - |
| XYZ | 9.17 | 10.97 | 6.19 | - |
| YUV | 90.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 62 | 0.09 | 0 | 0.36 | 0.62 | 75.43 | 0.22 | 0.31 |
| Hex | 58 | 61 | 3E | 9 | 0 | 24 | 3E | 4B | 16 | 1F |
| Octal | 130 | 141 | 76 | 11 | 0 | 44 | 76 | 113 | 26 | 37 |
| Binary | 1011000 | 1100001 | 111110 | 1001 | 0 | 100100 | 111110 | 1001011 | 10110 | 11111 |
Color Harmonies of #58613E
Complementary color
Monochromatic Colors of #58613E
Black with #58613E
Text Example
Text Example
White with #58613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58613E; }
p { color: rgb(88,97,62); }
H1.HeaderClassName
{
color: #58613E;
}
.AnyTagClassName
{
color: #58613E;
}
</style>
background-color css
<style>
a { background-color: #58613E; }
a { background-color: rgb(88,97,62); }
div.DivClassName
{
background-color: #58613E;
}
.BgClassName
{
background-color: #58613E;
}
</style>
border-color css
<style>
span { border-color: #58613E; }
span { border-color: rgb(88,97,62); }
td.TdClassName
{
border-color: #58613E;
}
.TagClassName
{
border-color: #58613E;
}
</style>