Shades of Woodrush #3E3C2D
Tints of Woodrush #3E3C2D
RGB
CMYK
RGB Variations
Color information
#3E3C2D (or 0x3E3C2D) is known color: Woodrush. HEX triplet: 3E, 3C and 2D. RGB value is (62,60,45). Sum of RGB (Red+Green+Blue) = 62+60+45=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3C2D is #C1C3D2. Grayscale: #3A3A3A. Windows color (decimal): -12698579 or 2964542. OLE color: 2964542.
HSL color Cylindrical-coordinate representation of color #3E3C2D: hue angle of 52.94º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E3C2D is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 60 | 45 | - |
CMYK | 0 | 0.03 | 0.27 | 0.76 |
HSL | 52.94º | 0.16% | 0.21% | - |
HSV(B) | 52.94º | 0.27% | 0.24% | - |
XYZ | 4.08 | 4.45 | 3.13 | - |
YUV | 58.89 | 120.16 | 130.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 60 | 45 | 0 | 0.03 | 0.27 | 0.76 | 52.94 | 0.16 | 0.21 |
Hex | 3E | 3C | 2D | 0 | 3 | 1B | 4C | 35 | 10 | 15 |
Octal | 76 | 74 | 55 | 0 | 3 | 33 | 114 | 65 | 20 | 25 |
Binary | 111110 | 111100 | 101101 | 0 | 11 | 11011 | 1001100 | 110101 | 10000 | 10101 |
Color Harmonies of #3E3C2D
Complementary color
Monochromatic Colors of #3E3C2D
Black with #3E3C2D
Text Example
Text Example
White with #3E3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C2D; }
p { color: rgb(62,60,45); }
H1.HeaderClassName
{
color: #3E3C2D;
}
.AnyTagClassName
{
color: #3E3C2D;
}
</style>
background-color css
<style>
a { background-color: #3E3C2D; }
a { background-color: rgb(62,60,45); }
div.DivClassName
{
background-color: #3E3C2D;
}
.BgClassName
{
background-color: #3E3C2D;
}
</style>
border-color css
<style>
span { border-color: #3E3C2D; }
span { border-color: rgb(62,60,45); }
td.TdClassName
{
border-color: #3E3C2D;
}
.TagClassName
{
border-color: #3E3C2D;
}
</style>