Shades of Woodland #5A613D
Tints of Woodland #5A613D
RGB
CMYK
RGB Variations
Color information
#5A613D (or 0x5A613D) is known color: Woodland. HEX triplet: 5A, 61 and 3D. RGB value is (90,97,61). Sum of RGB (Red+Green+Blue) = 90+97+61=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #5A613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A613D is #A59EC2. Grayscale: #5A5A5A. Windows color (decimal): -10854083 or 4022618. OLE color: 4022618.
HSL color Cylindrical-coordinate representation of color #5A613D: hue angle of 71.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A613D is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 97 | 61 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.62 |
| HSL | 71.67º | 0.23% | 0.31% | - |
| HSV(B) | 71.67º | 0.37% | 0.38% | - |
| XYZ | 9.33 | 11.06 | 6.06 | - |
| YUV | 90.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 61 | 0.07 | 0 | 0.37 | 0.62 | 71.67 | 0.23 | 0.31 |
| Hex | 5A | 61 | 3D | 7 | 0 | 25 | 3E | 48 | 17 | 1F |
| Octal | 132 | 141 | 75 | 7 | 0 | 45 | 76 | 110 | 27 | 37 |
| Binary | 1011010 | 1100001 | 111101 | 111 | 0 | 100101 | 111110 | 1001000 | 10111 | 11111 |
Color Harmonies of #5A613D
Complementary color
Monochromatic Colors of #5A613D
Black with #5A613D
Text Example
Text Example
White with #5A613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A613D; }
p { color: rgb(90,97,61); }
H1.HeaderClassName
{
color: #5A613D;
}
.AnyTagClassName
{
color: #5A613D;
}
</style>
background-color css
<style>
a { background-color: #5A613D; }
a { background-color: rgb(90,97,61); }
div.DivClassName
{
background-color: #5A613D;
}
.BgClassName
{
background-color: #5A613D;
}
</style>
border-color css
<style>
span { border-color: #5A613D; }
span { border-color: rgb(90,97,61); }
td.TdClassName
{
border-color: #5A613D;
}
.TagClassName
{
border-color: #5A613D;
}
</style>