Shades of Woodrush #3F3B25
Tints of Woodrush #3F3B25
RGB
CMYK
RGB Variations
Color information
#3F3B25 (or 0x3F3B25) is known color: Woodrush. HEX triplet: 3F, 3B and 25. RGB value is (63,59,37). Sum of RGB (Red+Green+Blue) = 63+59+37=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B25 is #C0C4DA. Grayscale: #393939. Windows color (decimal): -12633307 or 2439999. OLE color: 2439999.
HSL color Cylindrical-coordinate representation of color #3F3B25: hue angle of 50.77º 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 #3F3B25 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 59 | 37 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.75 |
| HSL | 50.77º | 0.26% | 0.2% | - |
| HSV(B) | 50.77º | 0.41% | 0.25% | - |
| XYZ | 3.95 | 4.32 | 2.38 | - |
| YUV | 57.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 37 | 0 | 0.06 | 0.41 | 0.75 | 50.77 | 0.26 | 0.2 |
| Hex | 3F | 3B | 25 | 0 | 6 | 29 | 4B | 33 | 1A | 14 |
| Octal | 77 | 73 | 45 | 0 | 6 | 51 | 113 | 63 | 32 | 24 |
| Binary | 111111 | 111011 | 100101 | 0 | 110 | 101001 | 1001011 | 110011 | 11010 | 10100 |
Color Harmonies of #3F3B25
Complementary color
Monochromatic Colors of #3F3B25
Black with #3F3B25
Text Example
Text Example
White with #3F3B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B25; }
p { color: rgb(63,59,37); }
H1.HeaderClassName
{
color: #3F3B25;
}
.AnyTagClassName
{
color: #3F3B25;
}
</style>
background-color css
<style>
a { background-color: #3F3B25; }
a { background-color: rgb(63,59,37); }
div.DivClassName
{
background-color: #3F3B25;
}
.BgClassName
{
background-color: #3F3B25;
}
</style>
border-color css
<style>
span { border-color: #3F3B25; }
span { border-color: rgb(63,59,37); }
td.TdClassName
{
border-color: #3F3B25;
}
.TagClassName
{
border-color: #3F3B25;
}
</style>