Shades of Woodrush #3F3D34
Tints of Woodrush #3F3D34
RGB
CMYK
RGB Variations
Color information
#3F3D34 (or 0x3F3D34) is known color: Woodrush. HEX triplet: 3F, 3D and 34. RGB value is (63,61,52). Sum of RGB (Red+Green+Blue) = 63+61+52=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D34 is #C0C2CB. Grayscale: #3C3C3C. Windows color (decimal): -12632780 or 3423551. OLE color: 3423551.
HSL color Cylindrical-coordinate representation of color #3F3D34: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F3D34 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 61 | 52 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.75 |
| HSL | 49.09º | 0.1% | 0.23% | - |
| HSV(B) | 49.09º | 0.17% | 0.25% | - |
| XYZ | 4.34 | 4.64 | 3.92 | - |
| YUV | 60.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 52 | 0 | 0.03 | 0.17 | 0.75 | 49.09 | 0.1 | 0.23 |
| Hex | 3F | 3D | 34 | 0 | 3 | 11 | 4B | 31 | A | 17 |
| Octal | 77 | 75 | 64 | 0 | 3 | 21 | 113 | 61 | 12 | 27 |
| Binary | 111111 | 111101 | 110100 | 0 | 11 | 10001 | 1001011 | 110001 | 1010 | 10111 |
Color Harmonies of #3F3D34
Complementary color
Monochromatic Colors of #3F3D34
Black with #3F3D34
Text Example
Text Example
White with #3F3D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D34; }
p { color: rgb(63,61,52); }
H1.HeaderClassName
{
color: #3F3D34;
}
.AnyTagClassName
{
color: #3F3D34;
}
</style>
background-color css
<style>
a { background-color: #3F3D34; }
a { background-color: rgb(63,61,52); }
div.DivClassName
{
background-color: #3F3D34;
}
.BgClassName
{
background-color: #3F3D34;
}
</style>
border-color css
<style>
span { border-color: #3F3D34; }
span { border-color: rgb(63,61,52); }
td.TdClassName
{
border-color: #3F3D34;
}
.TagClassName
{
border-color: #3F3D34;
}
</style>