Shades of Woodrush #3E3A27
Tints of Woodrush #3E3A27
RGB
CMYK
RGB Variations
Color information
#3E3A27 (or 0x3E3A27) is known color: Woodrush. HEX triplet: 3E, 3A and 27. RGB value is (62,58,39). Sum of RGB (Red+Green+Blue) = 62+58+39=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3A27 is #C1C5D8. Grayscale: #393939. Windows color (decimal): -12699097 or 2570814. OLE color: 2570814.
HSL color Cylindrical-coordinate representation of color #3E3A27: hue angle of 49.57º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E3A27 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 58 | 39 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.76 |
| HSL | 49.57º | 0.23% | 0.2% | - |
| HSV(B) | 49.57º | 0.37% | 0.24% | - |
| XYZ | 3.87 | 4.2 | 2.53 | - |
| YUV | 57.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 39 | 0 | 0.06 | 0.37 | 0.76 | 49.57 | 0.23 | 0.2 |
| Hex | 3E | 3A | 27 | 0 | 6 | 25 | 4C | 32 | 17 | 14 |
| Octal | 76 | 72 | 47 | 0 | 6 | 45 | 114 | 62 | 27 | 24 |
| Binary | 111110 | 111010 | 100111 | 0 | 110 | 100101 | 1001100 | 110010 | 10111 | 10100 |
Color Harmonies of #3E3A27
Complementary color
Monochromatic Colors of #3E3A27
Black with #3E3A27
Text Example
Text Example
White with #3E3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A27; }
p { color: rgb(62,58,39); }
H1.HeaderClassName
{
color: #3E3A27;
}
.AnyTagClassName
{
color: #3E3A27;
}
</style>
background-color css
<style>
a { background-color: #3E3A27; }
a { background-color: rgb(62,58,39); }
div.DivClassName
{
background-color: #3E3A27;
}
.BgClassName
{
background-color: #3E3A27;
}
</style>
border-color css
<style>
span { border-color: #3E3A27; }
span { border-color: rgb(62,58,39); }
td.TdClassName
{
border-color: #3E3A27;
}
.TagClassName
{
border-color: #3E3A27;
}
</style>