Shades of Woodrush #3E3A25
Tints of Woodrush #3E3A25
RGB
CMYK
RGB Variations
Color information
#3E3A25 (or 0x3E3A25) is known color: Woodrush. HEX triplet: 3E, 3A and 25. RGB value is (62,58,37). Sum of RGB (Red+Green+Blue) = 62+58+37=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3A25 is #C1C5DA. Grayscale: #383838. Windows color (decimal): -12699099 or 2439742. OLE color: 2439742.
HSL color Cylindrical-coordinate representation of color #3E3A25: hue angle of 50.4º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E3A25 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 58 | 37 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.76 |
| HSL | 50.4º | 0.25% | 0.19% | - |
| HSV(B) | 50.4º | 0.4% | 0.24% | - |
| XYZ | 3.83 | 4.18 | 2.36 | - |
| YUV | 56.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 37 | 0 | 0.06 | 0.40 | 0.76 | 50.4 | 0.25 | 0.19 |
| Hex | 3E | 3A | 25 | 0 | 6 | 28 | 4C | 32 | 19 | 13 |
| Octal | 76 | 72 | 45 | 0 | 6 | 50 | 114 | 62 | 31 | 23 |
| Binary | 111110 | 111010 | 100101 | 0 | 110 | 101000 | 1001100 | 110010 | 11001 | 10011 |
Color Harmonies of #3E3A25
Complementary color
Monochromatic Colors of #3E3A25
Black with #3E3A25
Text Example
Text Example
White with #3E3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A25; }
p { color: rgb(62,58,37); }
H1.HeaderClassName
{
color: #3E3A25;
}
.AnyTagClassName
{
color: #3E3A25;
}
</style>
background-color css
<style>
a { background-color: #3E3A25; }
a { background-color: rgb(62,58,37); }
div.DivClassName
{
background-color: #3E3A25;
}
.BgClassName
{
background-color: #3E3A25;
}
</style>
border-color css
<style>
span { border-color: #3E3A25; }
span { border-color: rgb(62,58,37); }
td.TdClassName
{
border-color: #3E3A25;
}
.TagClassName
{
border-color: #3E3A25;
}
</style>