Shades of Woodrush #3E3B33
Tints of Woodrush #3E3B33
RGB
CMYK
RGB Variations
Color information
#3E3B33 (or 0x3E3B33) is known color: Woodrush. HEX triplet: 3E, 3B and 33. RGB value is (62,59,51). Sum of RGB (Red+Green+Blue) = 62+59+51=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3B33 is #C1C4CC. Grayscale: #3B3B3B. Windows color (decimal): -12698829 or 3357502. OLE color: 3357502.
HSL color Cylindrical-coordinate representation of color #3E3B33: hue angle of 43.64º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E3B33 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 59 | 51 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.76 |
| HSL | 43.64º | 0.1% | 0.22% | - |
| HSV(B) | 43.64º | 0.18% | 0.24% | - |
| XYZ | 4.15 | 4.39 | 3.76 | - |
| YUV | 58.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 51 | 0 | 0.05 | 0.18 | 0.76 | 43.64 | 0.1 | 0.22 |
| Hex | 3E | 3B | 33 | 0 | 5 | 12 | 4C | 2C | A | 16 |
| Octal | 76 | 73 | 63 | 0 | 5 | 22 | 114 | 54 | 12 | 26 |
| Binary | 111110 | 111011 | 110011 | 0 | 101 | 10010 | 1001100 | 101100 | 1010 | 10110 |
Color Harmonies of #3E3B33
Complementary color
Monochromatic Colors of #3E3B33
Black with #3E3B33
Text Example
Text Example
White with #3E3B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3B33; }
p { color: rgb(62,59,51); }
H1.HeaderClassName
{
color: #3E3B33;
}
.AnyTagClassName
{
color: #3E3B33;
}
</style>
background-color css
<style>
a { background-color: #3E3B33; }
a { background-color: rgb(62,59,51); }
div.DivClassName
{
background-color: #3E3B33;
}
.BgClassName
{
background-color: #3E3B33;
}
</style>
border-color css
<style>
span { border-color: #3E3B33; }
span { border-color: rgb(62,59,51); }
td.TdClassName
{
border-color: #3E3B33;
}
.TagClassName
{
border-color: #3E3B33;
}
</style>