Shades of Woodrush #3E3B28
Tints of Woodrush #3E3B28
RGB
CMYK
RGB Variations
Color information
#3E3B28 (or 0x3E3B28) is known color: Woodrush. HEX triplet: 3E, 3B and 28. RGB value is (62,59,40). Sum of RGB (Red+Green+Blue) = 62+59+40=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3B28 is #C1C4D7. Grayscale: #393939. Windows color (decimal): -12698840 or 2636606. OLE color: 2636606.
HSL color Cylindrical-coordinate representation of color #3E3B28: hue angle of 51.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E3B28 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 59 | 40 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.76 |
| HSL | 51.82º | 0.22% | 0.2% | - |
| HSV(B) | 51.82º | 0.35% | 0.24% | - |
| XYZ | 3.93 | 4.31 | 2.63 | - |
| YUV | 57.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 40 | 0 | 0.05 | 0.35 | 0.76 | 51.82 | 0.22 | 0.2 |
| Hex | 3E | 3B | 28 | 0 | 5 | 23 | 4C | 34 | 16 | 14 |
| Octal | 76 | 73 | 50 | 0 | 5 | 43 | 114 | 64 | 26 | 24 |
| Binary | 111110 | 111011 | 101000 | 0 | 101 | 100011 | 1001100 | 110100 | 10110 | 10100 |
Color Harmonies of #3E3B28
Complementary color
Monochromatic Colors of #3E3B28
Black with #3E3B28
Text Example
Text Example
White with #3E3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3B28; }
p { color: rgb(62,59,40); }
H1.HeaderClassName
{
color: #3E3B28;
}
.AnyTagClassName
{
color: #3E3B28;
}
</style>
background-color css
<style>
a { background-color: #3E3B28; }
a { background-color: rgb(62,59,40); }
div.DivClassName
{
background-color: #3E3B28;
}
.BgClassName
{
background-color: #3E3B28;
}
</style>
border-color css
<style>
span { border-color: #3E3B28; }
span { border-color: rgb(62,59,40); }
td.TdClassName
{
border-color: #3E3B28;
}
.TagClassName
{
border-color: #3E3B28;
}
</style>