Shades of Woodrush #3F3C32
Tints of Woodrush #3F3C32
RGB
CMYK
RGB Variations
Color information
#3F3C32 (or 0x3F3C32) is known color: Woodrush. HEX triplet: 3F, 3C and 32. RGB value is (63,60,50). Sum of RGB (Red+Green+Blue) = 63+60+50=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C32 is #C0C3CD. Grayscale: #3B3B3B. Windows color (decimal): -12633038 or 3292223. OLE color: 3292223.
HSL color Cylindrical-coordinate representation of color #3F3C32: hue angle of 46.15º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F3C32 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 60 | 50 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.75 |
| HSL | 46.15º | 0.12% | 0.22% | - |
| HSV(B) | 46.15º | 0.21% | 0.25% | - |
| XYZ | 4.24 | 4.52 | 3.67 | - |
| YUV | 59.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 50 | 0 | 0.05 | 0.21 | 0.75 | 46.15 | 0.12 | 0.22 |
| Hex | 3F | 3C | 32 | 0 | 5 | 15 | 4B | 2E | C | 16 |
| Octal | 77 | 74 | 62 | 0 | 5 | 25 | 113 | 56 | 14 | 26 |
| Binary | 111111 | 111100 | 110010 | 0 | 101 | 10101 | 1001011 | 101110 | 1100 | 10110 |
Color Harmonies of #3F3C32
Complementary color
Monochromatic Colors of #3F3C32
Black with #3F3C32
Text Example
Text Example
White with #3F3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C32; }
p { color: rgb(63,60,50); }
H1.HeaderClassName
{
color: #3F3C32;
}
.AnyTagClassName
{
color: #3F3C32;
}
</style>
background-color css
<style>
a { background-color: #3F3C32; }
a { background-color: rgb(63,60,50); }
div.DivClassName
{
background-color: #3F3C32;
}
.BgClassName
{
background-color: #3F3C32;
}
</style>
border-color css
<style>
span { border-color: #3F3C32; }
span { border-color: rgb(63,60,50); }
td.TdClassName
{
border-color: #3F3C32;
}
.TagClassName
{
border-color: #3F3C32;
}
</style>