Shades of Woodland #5A603C
Tints of Woodland #5A603C
RGB
CMYK
RGB Variations
Color information
#5A603C (or 0x5A603C) is known color: Woodland. HEX triplet: 5A, 60 and 3C. RGB value is (90,96,60). Sum of RGB (Red+Green+Blue) = 90+96+60=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #5A603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A603C is #A59FC3. Grayscale: #5A5A5A. Windows color (decimal): -10854340 or 3956826. OLE color: 3956826.
HSL color Cylindrical-coordinate representation of color #5A603C: hue angle of 70º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A603C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 60 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.62 |
| HSL | 70º | 0.23% | 0.31% | - |
| HSV(B) | 70º | 0.38% | 0.38% | - |
| XYZ | 9.21 | 10.87 | 5.89 | - |
| YUV | 90.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 60 | 0.06 | 0 | 0.38 | 0.62 | 70 | 0.23 | 0.31 |
| Hex | 5A | 60 | 3C | 6 | 0 | 26 | 3E | 46 | 17 | 1F |
| Octal | 132 | 140 | 74 | 6 | 0 | 46 | 76 | 106 | 27 | 37 |
| Binary | 1011010 | 1100000 | 111100 | 110 | 0 | 100110 | 111110 | 1000110 | 10111 | 11111 |
Color Harmonies of #5A603C
Complementary color
Monochromatic Colors of #5A603C
Black with #5A603C
Text Example
Text Example
White with #5A603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A603C; }
p { color: rgb(90,96,60); }
H1.HeaderClassName
{
color: #5A603C;
}
.AnyTagClassName
{
color: #5A603C;
}
</style>
background-color css
<style>
a { background-color: #5A603C; }
a { background-color: rgb(90,96,60); }
div.DivClassName
{
background-color: #5A603C;
}
.BgClassName
{
background-color: #5A603C;
}
</style>
border-color css
<style>
span { border-color: #5A603C; }
span { border-color: rgb(90,96,60); }
td.TdClassName
{
border-color: #5A603C;
}
.TagClassName
{
border-color: #5A603C;
}
</style>