Shades of Woodrush #3F3C31
Tints of Woodrush #3F3C31
RGB
CMYK
RGB Variations
Color information
#3F3C31 (or 0x3F3C31) is known color: Woodrush. HEX triplet: 3F, 3C and 31. RGB value is (63,60,49). Sum of RGB (Red+Green+Blue) = 63+60+49=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C31 is #C0C3CE. Grayscale: #3B3B3B. Windows color (decimal): -12633039 or 3226687. OLE color: 3226687.
HSL color Cylindrical-coordinate representation of color #3F3C31: hue angle of 47.14º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F3C31 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 60 | 49 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.75 |
| HSL | 47.14º | 0.13% | 0.22% | - |
| HSV(B) | 47.14º | 0.22% | 0.25% | - |
| XYZ | 4.22 | 4.51 | 3.55 | - |
| YUV | 59.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 49 | 0 | 0.05 | 0.22 | 0.75 | 47.14 | 0.13 | 0.22 |
| Hex | 3F | 3C | 31 | 0 | 5 | 16 | 4B | 2F | C | 16 |
| Octal | 77 | 74 | 61 | 0 | 5 | 26 | 113 | 57 | 14 | 26 |
| Binary | 111111 | 111100 | 110001 | 0 | 101 | 10110 | 1001011 | 101111 | 1100 | 10110 |
Color Harmonies of #3F3C31
Complementary color
Monochromatic Colors of #3F3C31
Black with #3F3C31
Text Example
Text Example
White with #3F3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C31; }
p { color: rgb(63,60,49); }
H1.HeaderClassName
{
color: #3F3C31;
}
.AnyTagClassName
{
color: #3F3C31;
}
</style>
background-color css
<style>
a { background-color: #3F3C31; }
a { background-color: rgb(63,60,49); }
div.DivClassName
{
background-color: #3F3C31;
}
.BgClassName
{
background-color: #3F3C31;
}
</style>
border-color css
<style>
span { border-color: #3F3C31; }
span { border-color: rgb(63,60,49); }
td.TdClassName
{
border-color: #3F3C31;
}
.TagClassName
{
border-color: #3F3C31;
}
</style>