Shades of Woodrush #3E3A28
Tints of Woodrush #3E3A28
RGB
CMYK
RGB Variations
Color information
#3E3A28 (or 0x3E3A28) is known color: Woodrush. HEX triplet: 3E, 3A and 28. RGB value is (62,58,40). Sum of RGB (Red+Green+Blue) = 62+58+40=160 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.75% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3A28 is #C1C5D7. Grayscale: #393939. Windows color (decimal): -12699096 or 2636350. OLE color: 2636350.
HSL color Cylindrical-coordinate representation of color #3E3A28: hue angle of 49.09º 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 #3E3A28 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 58 | 40 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.76 |
| HSL | 49.09º | 0.22% | 0.2% | - |
| HSV(B) | 49.09º | 0.35% | 0.24% | - |
| XYZ | 3.88 | 4.2 | 2.61 | - |
| YUV | 57.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 40 | 0 | 0.06 | 0.35 | 0.76 | 49.09 | 0.22 | 0.2 |
| Hex | 3E | 3A | 28 | 0 | 6 | 23 | 4C | 31 | 16 | 14 |
| Octal | 76 | 72 | 50 | 0 | 6 | 43 | 114 | 61 | 26 | 24 |
| Binary | 111110 | 111010 | 101000 | 0 | 110 | 100011 | 1001100 | 110001 | 10110 | 10100 |
Color Harmonies of #3E3A28
Complementary color
Monochromatic Colors of #3E3A28
Black with #3E3A28
Text Example
Text Example
White with #3E3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A28; }
p { color: rgb(62,58,40); }
H1.HeaderClassName
{
color: #3E3A28;
}
.AnyTagClassName
{
color: #3E3A28;
}
</style>
background-color css
<style>
a { background-color: #3E3A28; }
a { background-color: rgb(62,58,40); }
div.DivClassName
{
background-color: #3E3A28;
}
.BgClassName
{
background-color: #3E3A28;
}
</style>
border-color css
<style>
span { border-color: #3E3A28; }
span { border-color: rgb(62,58,40); }
td.TdClassName
{
border-color: #3E3A28;
}
.TagClassName
{
border-color: #3E3A28;
}
</style>