Shades of Woodrush #3F3C25
Tints of Woodrush #3F3C25
RGB
CMYK
RGB Variations
Color information
#3F3C25 (or 0x3F3C25) is known color: Woodrush. HEX triplet: 3F, 3C and 25. RGB value is (63,60,37). Sum of RGB (Red+Green+Blue) = 63+60+37=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C25 is #C0C3DA. Grayscale: #3A3A3A. Windows color (decimal): -12633051 or 2440255. OLE color: 2440255.
HSL color Cylindrical-coordinate representation of color #3F3C25: hue angle of 53.08º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F3C25 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 60 | 37 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.75 |
| HSL | 53.08º | 0.26% | 0.2% | - |
| HSV(B) | 53.08º | 0.41% | 0.25% | - |
| XYZ | 4 | 4.42 | 2.39 | - |
| YUV | 58.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 37 | 0 | 0.05 | 0.41 | 0.75 | 53.08 | 0.26 | 0.2 |
| Hex | 3F | 3C | 25 | 0 | 5 | 29 | 4B | 35 | 1A | 14 |
| Octal | 77 | 74 | 45 | 0 | 5 | 51 | 113 | 65 | 32 | 24 |
| Binary | 111111 | 111100 | 100101 | 0 | 101 | 101001 | 1001011 | 110101 | 11010 | 10100 |
Color Harmonies of #3F3C25
Complementary color
Monochromatic Colors of #3F3C25
Black with #3F3C25
Text Example
Text Example
White with #3F3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C25; }
p { color: rgb(63,60,37); }
H1.HeaderClassName
{
color: #3F3C25;
}
.AnyTagClassName
{
color: #3F3C25;
}
</style>
background-color css
<style>
a { background-color: #3F3C25; }
a { background-color: rgb(63,60,37); }
div.DivClassName
{
background-color: #3F3C25;
}
.BgClassName
{
background-color: #3F3C25;
}
</style>
border-color css
<style>
span { border-color: #3F3C25; }
span { border-color: rgb(63,60,37); }
td.TdClassName
{
border-color: #3F3C25;
}
.TagClassName
{
border-color: #3F3C25;
}
</style>