Shades of Woodrush #3F3B2E
Tints of Woodrush #3F3B2E
RGB
CMYK
RGB Variations
Color information
#3F3B2E (or 0x3F3B2E) is known color: Woodrush. HEX triplet: 3F, 3B and 2E. RGB value is (63,59,46). Sum of RGB (Red+Green+Blue) = 63+59+46=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B2E is #C0C4D1. Grayscale: #3A3A3A. Windows color (decimal): -12633298 or 3029823. OLE color: 3029823.
HSL color Cylindrical-coordinate representation of color #3F3B2E: hue angle of 45.88º 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 #3F3B2E is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 59 | 46 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.75 |
| HSL | 45.88º | 0.16% | 0.21% | - |
| HSV(B) | 45.88º | 0.27% | 0.25% | - |
| XYZ | 4.11 | 4.38 | 3.21 | - |
| YUV | 58.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 46 | 0 | 0.06 | 0.27 | 0.75 | 45.88 | 0.16 | 0.21 |
| Hex | 3F | 3B | 2E | 0 | 6 | 1B | 4B | 2E | 10 | 15 |
| Octal | 77 | 73 | 56 | 0 | 6 | 33 | 113 | 56 | 20 | 25 |
| Binary | 111111 | 111011 | 101110 | 0 | 110 | 11011 | 1001011 | 101110 | 10000 | 10101 |
Color Harmonies of #3F3B2E
Complementary color
Monochromatic Colors of #3F3B2E
Black with #3F3B2E
Text Example
Text Example
White with #3F3B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B2E; }
p { color: rgb(63,59,46); }
H1.HeaderClassName
{
color: #3F3B2E;
}
.AnyTagClassName
{
color: #3F3B2E;
}
</style>
background-color css
<style>
a { background-color: #3F3B2E; }
a { background-color: rgb(63,59,46); }
div.DivClassName
{
background-color: #3F3B2E;
}
.BgClassName
{
background-color: #3F3B2E;
}
</style>
border-color css
<style>
span { border-color: #3F3B2E; }
span { border-color: rgb(63,59,46); }
td.TdClassName
{
border-color: #3F3B2E;
}
.TagClassName
{
border-color: #3F3B2E;
}
</style>