Shades of Woodrush #3E3B30
Tints of Woodrush #3E3B30
RGB
CMYK
RGB Variations
Color information
#3E3B30 (or 0x3E3B30) is known color: Woodrush. HEX triplet: 3E, 3B and 30. RGB value is (62,59,48). Sum of RGB (Red+Green+Blue) = 62+59+48=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3B30 is #C1C4CF. Grayscale: #3A3A3A. Windows color (decimal): -12698832 or 3160894. OLE color: 3160894.
HSL color Cylindrical-coordinate representation of color #3E3B30: hue angle of 47.14º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E3B30 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 59 | 48 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.76 |
| HSL | 47.14º | 0.13% | 0.22% | - |
| HSV(B) | 47.14º | 0.23% | 0.24% | - |
| XYZ | 4.08 | 4.37 | 3.42 | - |
| YUV | 58.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 48 | 0 | 0.05 | 0.23 | 0.76 | 47.14 | 0.13 | 0.22 |
| Hex | 3E | 3B | 30 | 0 | 5 | 17 | 4C | 2F | D | 16 |
| Octal | 76 | 73 | 60 | 0 | 5 | 27 | 114 | 57 | 15 | 26 |
| Binary | 111110 | 111011 | 110000 | 0 | 101 | 10111 | 1001100 | 101111 | 1101 | 10110 |
Color Harmonies of #3E3B30
Complementary color
Monochromatic Colors of #3E3B30
Black with #3E3B30
Text Example
Text Example
White with #3E3B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3B30; }
p { color: rgb(62,59,48); }
H1.HeaderClassName
{
color: #3E3B30;
}
.AnyTagClassName
{
color: #3E3B30;
}
</style>
background-color css
<style>
a { background-color: #3E3B30; }
a { background-color: rgb(62,59,48); }
div.DivClassName
{
background-color: #3E3B30;
}
.BgClassName
{
background-color: #3E3B30;
}
</style>
border-color css
<style>
span { border-color: #3E3B30; }
span { border-color: rgb(62,59,48); }
td.TdClassName
{
border-color: #3E3B30;
}
.TagClassName
{
border-color: #3E3B30;
}
</style>