Shades of Woodland #575A48
Tints of Woodland #575A48
RGB
CMYK
RGB Variations
Color information
#575A48 (or 0x575A48) is known color: Woodland. HEX triplet: 57, 5A and 48. RGB value is (87,90,72). Sum of RGB (Red+Green+Blue) = 87+90+72=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 90 - color contains mainly: green. Hex color #575A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A48 is #A8A5B7. Grayscale: #575757. Windows color (decimal): -11052472 or 4741719. OLE color: 4741719.
HSL color Cylindrical-coordinate representation of color #575A48: hue angle of 70º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575A48 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 72 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.65 |
| HSL | 70º | 0.11% | 0.32% | - |
| HSV(B) | 70º | 0.2% | 0.35% | - |
| XYZ | 8.76 | 9.81 | 7.56 | - |
| YUV | 87.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 72 | 0.03 | 0 | 0.20 | 0.65 | 70 | 0.11 | 0.32 |
| Hex | 57 | 5A | 48 | 3 | 0 | 14 | 41 | 46 | B | 20 |
| Octal | 127 | 132 | 110 | 3 | 0 | 24 | 101 | 106 | 13 | 40 |
| Binary | 1010111 | 1011010 | 1001000 | 11 | 0 | 10100 | 1000001 | 1000110 | 1011 | 100000 |
Color Harmonies of #575A48
Complementary color
Monochromatic Colors of #575A48
Black with #575A48
Text Example
Text Example
White with #575A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A48; }
p { color: rgb(87,90,72); }
H1.HeaderClassName
{
color: #575A48;
}
.AnyTagClassName
{
color: #575A48;
}
</style>
background-color css
<style>
a { background-color: #575A48; }
a { background-color: rgb(87,90,72); }
div.DivClassName
{
background-color: #575A48;
}
.BgClassName
{
background-color: #575A48;
}
</style>
border-color css
<style>
span { border-color: #575A48; }
span { border-color: rgb(87,90,72); }
td.TdClassName
{
border-color: #575A48;
}
.TagClassName
{
border-color: #575A48;
}
</style>