Shades of Woodrush #3E3B2D
Tints of Woodrush #3E3B2D
RGB
CMYK
RGB Variations
Color information
#3E3B2D (or 0x3E3B2D) is known color: Woodrush. HEX triplet: 3E, 3B and 2D. RGB value is (62,59,45). Sum of RGB (Red+Green+Blue) = 62+59+45=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3B2D is #C1C4D2. Grayscale: #3A3A3A. Windows color (decimal): -12698835 or 2964286. OLE color: 2964286.
HSL color Cylindrical-coordinate representation of color #3E3B2D: hue angle of 49.41º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E3B2D is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 59 | 45 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.76 |
| HSL | 49.41º | 0.16% | 0.21% | - |
| HSV(B) | 49.41º | 0.27% | 0.24% | - |
| XYZ | 4.02 | 4.34 | 3.11 | - |
| YUV | 58.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 45 | 0 | 0.05 | 0.27 | 0.76 | 49.41 | 0.16 | 0.21 |
| Hex | 3E | 3B | 2D | 0 | 5 | 1B | 4C | 31 | 10 | 15 |
| Octal | 76 | 73 | 55 | 0 | 5 | 33 | 114 | 61 | 20 | 25 |
| Binary | 111110 | 111011 | 101101 | 0 | 101 | 11011 | 1001100 | 110001 | 10000 | 10101 |
Color Harmonies of #3E3B2D
Complementary color
Monochromatic Colors of #3E3B2D
Black with #3E3B2D
Text Example
Text Example
White with #3E3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3B2D; }
p { color: rgb(62,59,45); }
H1.HeaderClassName
{
color: #3E3B2D;
}
.AnyTagClassName
{
color: #3E3B2D;
}
</style>
background-color css
<style>
a { background-color: #3E3B2D; }
a { background-color: rgb(62,59,45); }
div.DivClassName
{
background-color: #3E3B2D;
}
.BgClassName
{
background-color: #3E3B2D;
}
</style>
border-color css
<style>
span { border-color: #3E3B2D; }
span { border-color: rgb(62,59,45); }
td.TdClassName
{
border-color: #3E3B2D;
}
.TagClassName
{
border-color: #3E3B2D;
}
</style>