Shades of Woodrush #3E3C2C
Tints of Woodrush #3E3C2C
RGB
CMYK
RGB Variations
Color information
#3E3C2C (or 0x3E3C2C) is known color: Woodrush. HEX triplet: 3E, 3C and 2C. RGB value is (62,60,44). Sum of RGB (Red+Green+Blue) = 62+60+44=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3C2C is #C1C3D3. Grayscale: #3A3A3A. Windows color (decimal): -12698580 or 2899006. OLE color: 2899006.
HSL color Cylindrical-coordinate representation of color #3E3C2C: hue angle of 53.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E3C2C is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 60 | 44 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.76 |
| HSL | 53.33º | 0.17% | 0.21% | - |
| HSV(B) | 53.33º | 0.29% | 0.24% | - |
| XYZ | 4.06 | 4.44 | 3.03 | - |
| YUV | 58.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 44 | 0 | 0.03 | 0.29 | 0.76 | 53.33 | 0.17 | 0.21 |
| Hex | 3E | 3C | 2C | 0 | 3 | 1D | 4C | 35 | 11 | 15 |
| Octal | 76 | 74 | 54 | 0 | 3 | 35 | 114 | 65 | 21 | 25 |
| Binary | 111110 | 111100 | 101100 | 0 | 11 | 11101 | 1001100 | 110101 | 10001 | 10101 |
Color Harmonies of #3E3C2C
Complementary color
Monochromatic Colors of #3E3C2C
Black with #3E3C2C
Text Example
Text Example
White with #3E3C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C2C; }
p { color: rgb(62,60,44); }
H1.HeaderClassName
{
color: #3E3C2C;
}
.AnyTagClassName
{
color: #3E3C2C;
}
</style>
background-color css
<style>
a { background-color: #3E3C2C; }
a { background-color: rgb(62,60,44); }
div.DivClassName
{
background-color: #3E3C2C;
}
.BgClassName
{
background-color: #3E3C2C;
}
</style>
border-color css
<style>
span { border-color: #3E3C2C; }
span { border-color: rgb(62,60,44); }
td.TdClassName
{
border-color: #3E3C2C;
}
.TagClassName
{
border-color: #3E3C2C;
}
</style>