Shades of Woodrush #3F3D2B
Tints of Woodrush #3F3D2B
RGB
CMYK
RGB Variations
Color information
#3F3D2B (or 0x3F3D2B) is known color: Woodrush. HEX triplet: 3F, 3D and 2B. RGB value is (63,61,43). Sum of RGB (Red+Green+Blue) = 63+61+43=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D2B is #C0C2D4. Grayscale: #3B3B3B. Windows color (decimal): -12632789 or 2833727. OLE color: 2833727.
HSL color Cylindrical-coordinate representation of color #3F3D2B: hue angle of 54º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F3D2B is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 61 | 43 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.75 |
| HSL | 54º | 0.19% | 0.21% | - |
| HSV(B) | 54º | 0.32% | 0.25% | - |
| XYZ | 4.15 | 4.57 | 2.95 | - |
| YUV | 59.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 43 | 0 | 0.03 | 0.32 | 0.75 | 54 | 0.19 | 0.21 |
| Hex | 3F | 3D | 2B | 0 | 3 | 20 | 4B | 36 | 13 | 15 |
| Octal | 77 | 75 | 53 | 0 | 3 | 40 | 113 | 66 | 23 | 25 |
| Binary | 111111 | 111101 | 101011 | 0 | 11 | 100000 | 1001011 | 110110 | 10011 | 10101 |
Color Harmonies of #3F3D2B
Complementary color
Monochromatic Colors of #3F3D2B
Black with #3F3D2B
Text Example
Text Example
White with #3F3D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D2B; }
p { color: rgb(63,61,43); }
H1.HeaderClassName
{
color: #3F3D2B;
}
.AnyTagClassName
{
color: #3F3D2B;
}
</style>
background-color css
<style>
a { background-color: #3F3D2B; }
a { background-color: rgb(63,61,43); }
div.DivClassName
{
background-color: #3F3D2B;
}
.BgClassName
{
background-color: #3F3D2B;
}
</style>
border-color css
<style>
span { border-color: #3F3D2B; }
span { border-color: rgb(63,61,43); }
td.TdClassName
{
border-color: #3F3D2B;
}
.TagClassName
{
border-color: #3F3D2B;
}
</style>