Shades of Woodrush #3E3C33
Tints of Woodrush #3E3C33
RGB
CMYK
RGB Variations
Color information
#3E3C33 (or 0x3E3C33) is known color: Woodrush. HEX triplet: 3E, 3C and 33. RGB value is (62,60,51). Sum of RGB (Red+Green+Blue) = 62+60+51=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3C33 is #C1C3CC. Grayscale: #3B3B3B. Windows color (decimal): -12698573 or 3357758. OLE color: 3357758.
HSL color Cylindrical-coordinate representation of color #3E3C33: hue angle of 49.09º 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 #3E3C33 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 60 | 51 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.76 |
| HSL | 49.09º | 0.1% | 0.22% | - |
| HSV(B) | 49.09º | 0.18% | 0.24% | - |
| XYZ | 4.2 | 4.49 | 3.78 | - |
| YUV | 59.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 51 | 0 | 0.03 | 0.18 | 0.76 | 49.09 | 0.1 | 0.22 |
| Hex | 3E | 3C | 33 | 0 | 3 | 12 | 4C | 31 | A | 16 |
| Octal | 76 | 74 | 63 | 0 | 3 | 22 | 114 | 61 | 12 | 26 |
| Binary | 111110 | 111100 | 110011 | 0 | 11 | 10010 | 1001100 | 110001 | 1010 | 10110 |
Color Harmonies of #3E3C33
Complementary color
Monochromatic Colors of #3E3C33
Black with #3E3C33
Text Example
Text Example
White with #3E3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C33; }
p { color: rgb(62,60,51); }
H1.HeaderClassName
{
color: #3E3C33;
}
.AnyTagClassName
{
color: #3E3C33;
}
</style>
background-color css
<style>
a { background-color: #3E3C33; }
a { background-color: rgb(62,60,51); }
div.DivClassName
{
background-color: #3E3C33;
}
.BgClassName
{
background-color: #3E3C33;
}
</style>
border-color css
<style>
span { border-color: #3E3C33; }
span { border-color: rgb(62,60,51); }
td.TdClassName
{
border-color: #3E3C33;
}
.TagClassName
{
border-color: #3E3C33;
}
</style>