Shades of Woodrush #3F3B2D
Tints of Woodrush #3F3B2D
RGB
CMYK
RGB Variations
Color information
#3F3B2D (or 0x3F3B2D) is known color: Woodrush. HEX triplet: 3F, 3B and 2D. RGB value is (63,59,45). Sum of RGB (Red+Green+Blue) = 63+59+45=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B2D is #C0C4D2. Grayscale: #3A3A3A. Windows color (decimal): -12633299 or 2964287. OLE color: 2964287.
HSL color Cylindrical-coordinate representation of color #3F3B2D: hue angle of 46.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F3B2D is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 59 | 45 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.75 |
| HSL | 46.67º | 0.17% | 0.21% | - |
| HSV(B) | 46.67º | 0.29% | 0.25% | - |
| XYZ | 4.09 | 4.37 | 3.11 | - |
| YUV | 58.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 45 | 0 | 0.06 | 0.29 | 0.75 | 46.67 | 0.17 | 0.21 |
| Hex | 3F | 3B | 2D | 0 | 6 | 1D | 4B | 2F | 11 | 15 |
| Octal | 77 | 73 | 55 | 0 | 6 | 35 | 113 | 57 | 21 | 25 |
| Binary | 111111 | 111011 | 101101 | 0 | 110 | 11101 | 1001011 | 101111 | 10001 | 10101 |
Color Harmonies of #3F3B2D
Complementary color
Monochromatic Colors of #3F3B2D
Black with #3F3B2D
Text Example
Text Example
White with #3F3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B2D; }
p { color: rgb(63,59,45); }
H1.HeaderClassName
{
color: #3F3B2D;
}
.AnyTagClassName
{
color: #3F3B2D;
}
</style>
background-color css
<style>
a { background-color: #3F3B2D; }
a { background-color: rgb(63,59,45); }
div.DivClassName
{
background-color: #3F3B2D;
}
.BgClassName
{
background-color: #3F3B2D;
}
</style>
border-color css
<style>
span { border-color: #3F3B2D; }
span { border-color: rgb(63,59,45); }
td.TdClassName
{
border-color: #3F3B2D;
}
.TagClassName
{
border-color: #3F3B2D;
}
</style>