Shades of Woodland #5C633A
Tints of Woodland #5C633A
RGB
CMYK
RGB Variations
Color information
#5C633A (or 0x5C633A) is known color: Woodland. HEX triplet: 5C, 63 and 3A. RGB value is (92,99,58). Sum of RGB (Red+Green+Blue) = 92+99+58=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #5C633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C633A is #A39CC5. Grayscale: #5C5C5C. Windows color (decimal): -10722502 or 3826524. OLE color: 3826524.
HSL color Cylindrical-coordinate representation of color #5C633A: hue angle of 70.24º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C633A is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 58 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.61 |
| HSL | 70.24º | 0.26% | 0.31% | - |
| HSV(B) | 70.24º | 0.41% | 0.39% | - |
| XYZ | 9.64 | 11.5 | 5.72 | - |
| YUV | 92.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 58 | 0.07 | 0 | 0.41 | 0.61 | 70.24 | 0.26 | 0.31 |
| Hex | 5C | 63 | 3A | 7 | 0 | 29 | 3D | 46 | 1A | 1F |
| Octal | 134 | 143 | 72 | 7 | 0 | 51 | 75 | 106 | 32 | 37 |
| Binary | 1011100 | 1100011 | 111010 | 111 | 0 | 101001 | 111101 | 1000110 | 11010 | 11111 |
Color Harmonies of #5C633A
Complementary color
Monochromatic Colors of #5C633A
Black with #5C633A
Text Example
Text Example
White with #5C633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C633A; }
p { color: rgb(92,99,58); }
H1.HeaderClassName
{
color: #5C633A;
}
.AnyTagClassName
{
color: #5C633A;
}
</style>
background-color css
<style>
a { background-color: #5C633A; }
a { background-color: rgb(92,99,58); }
div.DivClassName
{
background-color: #5C633A;
}
.BgClassName
{
background-color: #5C633A;
}
</style>
border-color css
<style>
span { border-color: #5C633A; }
span { border-color: rgb(92,99,58); }
td.TdClassName
{
border-color: #5C633A;
}
.TagClassName
{
border-color: #5C633A;
}
</style>