Shades of Woodrush #3F3C21
Tints of Woodrush #3F3C21
RGB
CMYK
RGB Variations
Color information
#3F3C21 (or 0x3F3C21) is known color: Woodrush. HEX triplet: 3F, 3C and 21. RGB value is (63,60,33). Sum of RGB (Red+Green+Blue) = 63+60+33=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C21 is #C0C3DE. Grayscale: #393939. Windows color (decimal): -12633055 or 2178111. OLE color: 2178111.
HSL color Cylindrical-coordinate representation of color #3F3C21: hue angle of 54º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F3C21 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 60 | 33 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.75 |
| HSL | 54º | 0.31% | 0.19% | - |
| HSV(B) | 54º | 0.48% | 0.25% | - |
| XYZ | 3.94 | 4.4 | 2.08 | - |
| YUV | 57.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 33 | 0 | 0.05 | 0.48 | 0.75 | 54 | 0.31 | 0.19 |
| Hex | 3F | 3C | 21 | 0 | 5 | 30 | 4B | 36 | 1F | 13 |
| Octal | 77 | 74 | 41 | 0 | 5 | 60 | 113 | 66 | 37 | 23 |
| Binary | 111111 | 111100 | 100001 | 0 | 101 | 110000 | 1001011 | 110110 | 11111 | 10011 |
Color Harmonies of #3F3C21
Complementary color
Monochromatic Colors of #3F3C21
Black with #3F3C21
Text Example
Text Example
White with #3F3C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C21; }
p { color: rgb(63,60,33); }
H1.HeaderClassName
{
color: #3F3C21;
}
.AnyTagClassName
{
color: #3F3C21;
}
</style>
background-color css
<style>
a { background-color: #3F3C21; }
a { background-color: rgb(63,60,33); }
div.DivClassName
{
background-color: #3F3C21;
}
.BgClassName
{
background-color: #3F3C21;
}
</style>
border-color css
<style>
span { border-color: #3F3C21; }
span { border-color: rgb(63,60,33); }
td.TdClassName
{
border-color: #3F3C21;
}
.TagClassName
{
border-color: #3F3C21;
}
</style>