Shades of Woodrush #3F3D2E
Tints of Woodrush #3F3D2E
RGB
CMYK
RGB Variations
Color information
#3F3D2E (or 0x3F3D2E) is known color: Woodrush. HEX triplet: 3F, 3D and 2E. RGB value is (63,61,46). Sum of RGB (Red+Green+Blue) = 63+61+46=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D2E is #C0C2D1. Grayscale: #3B3B3B. Windows color (decimal): -12632786 or 3030335. OLE color: 3030335.
HSL color Cylindrical-coordinate representation of color #3F3D2E: hue angle of 52.94º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F3D2E is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 61 | 46 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.75 |
| HSL | 52.94º | 0.16% | 0.21% | - |
| HSV(B) | 52.94º | 0.27% | 0.25% | - |
| XYZ | 4.21 | 4.59 | 3.25 | - |
| YUV | 59.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 46 | 0 | 0.03 | 0.27 | 0.75 | 52.94 | 0.16 | 0.21 |
| Hex | 3F | 3D | 2E | 0 | 3 | 1B | 4B | 35 | 10 | 15 |
| Octal | 77 | 75 | 56 | 0 | 3 | 33 | 113 | 65 | 20 | 25 |
| Binary | 111111 | 111101 | 101110 | 0 | 11 | 11011 | 1001011 | 110101 | 10000 | 10101 |
Color Harmonies of #3F3D2E
Complementary color
Monochromatic Colors of #3F3D2E
Black with #3F3D2E
Text Example
Text Example
White with #3F3D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D2E; }
p { color: rgb(63,61,46); }
H1.HeaderClassName
{
color: #3F3D2E;
}
.AnyTagClassName
{
color: #3F3D2E;
}
</style>
background-color css
<style>
a { background-color: #3F3D2E; }
a { background-color: rgb(63,61,46); }
div.DivClassName
{
background-color: #3F3D2E;
}
.BgClassName
{
background-color: #3F3D2E;
}
</style>
border-color css
<style>
span { border-color: #3F3D2E; }
span { border-color: rgb(63,61,46); }
td.TdClassName
{
border-color: #3F3D2E;
}
.TagClassName
{
border-color: #3F3D2E;
}
</style>