Shades of Woodrush #3F3C29
Tints of Woodrush #3F3C29
RGB
CMYK
RGB Variations
Color information
#3F3C29 (or 0x3F3C29) is known color: Woodrush. HEX triplet: 3F, 3C and 29. RGB value is (63,60,41). Sum of RGB (Red+Green+Blue) = 63+60+41=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C29 is #C0C3D6. Grayscale: #3A3A3A. Windows color (decimal): -12633047 or 2702399. OLE color: 2702399.
HSL color Cylindrical-coordinate representation of color #3F3C29: hue angle of 51.82º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F3C29 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 60 | 41 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.75 |
| HSL | 51.82º | 0.21% | 0.2% | - |
| HSV(B) | 51.82º | 0.35% | 0.25% | - |
| XYZ | 4.07 | 4.45 | 2.74 | - |
| YUV | 58.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 41 | 0 | 0.05 | 0.35 | 0.75 | 51.82 | 0.21 | 0.2 |
| Hex | 3F | 3C | 29 | 0 | 5 | 23 | 4B | 34 | 15 | 14 |
| Octal | 77 | 74 | 51 | 0 | 5 | 43 | 113 | 64 | 25 | 24 |
| Binary | 111111 | 111100 | 101001 | 0 | 101 | 100011 | 1001011 | 110100 | 10101 | 10100 |
Color Harmonies of #3F3C29
Complementary color
Monochromatic Colors of #3F3C29
Black with #3F3C29
Text Example
Text Example
White with #3F3C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C29; }
p { color: rgb(63,60,41); }
H1.HeaderClassName
{
color: #3F3C29;
}
.AnyTagClassName
{
color: #3F3C29;
}
</style>
background-color css
<style>
a { background-color: #3F3C29; }
a { background-color: rgb(63,60,41); }
div.DivClassName
{
background-color: #3F3C29;
}
.BgClassName
{
background-color: #3F3C29;
}
</style>
border-color css
<style>
span { border-color: #3F3C29; }
span { border-color: rgb(63,60,41); }
td.TdClassName
{
border-color: #3F3C29;
}
.TagClassName
{
border-color: #3F3C29;
}
</style>