Shades of Woodland #5A603F
Tints of Woodland #5A603F
RGB
CMYK
RGB Variations
Color information
#5A603F (or 0x5A603F) is known color: Woodland. HEX triplet: 5A, 60 and 3F. RGB value is (90,96,63). Sum of RGB (Red+Green+Blue) = 90+96+63=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #5A603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A603F is #A59FC0. Grayscale: #5A5A5A. Windows color (decimal): -10854337 or 4153434. OLE color: 4153434.
HSL color Cylindrical-coordinate representation of color #5A603F: hue angle of 70.91º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A603F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 63 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.62 |
| HSL | 70.91º | 0.21% | 0.31% | - |
| HSV(B) | 70.91º | 0.34% | 0.38% | - |
| XYZ | 9.3 | 10.9 | 6.32 | - |
| YUV | 90.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 63 | 0.06 | 0 | 0.34 | 0.62 | 70.91 | 0.21 | 0.31 |
| Hex | 5A | 60 | 3F | 6 | 0 | 22 | 3E | 47 | 15 | 1F |
| Octal | 132 | 140 | 77 | 6 | 0 | 42 | 76 | 107 | 25 | 37 |
| Binary | 1011010 | 1100000 | 111111 | 110 | 0 | 100010 | 111110 | 1000111 | 10101 | 11111 |
Color Harmonies of #5A603F
Complementary color
Monochromatic Colors of #5A603F
Black with #5A603F
Text Example
Text Example
White with #5A603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A603F; }
p { color: rgb(90,96,63); }
H1.HeaderClassName
{
color: #5A603F;
}
.AnyTagClassName
{
color: #5A603F;
}
</style>
background-color css
<style>
a { background-color: #5A603F; }
a { background-color: rgb(90,96,63); }
div.DivClassName
{
background-color: #5A603F;
}
.BgClassName
{
background-color: #5A603F;
}
</style>
border-color css
<style>
span { border-color: #5A603F; }
span { border-color: rgb(90,96,63); }
td.TdClassName
{
border-color: #5A603F;
}
.TagClassName
{
border-color: #5A603F;
}
</style>