Shades of Woodrush #3E3C32
Tints of Woodrush #3E3C32
RGB
CMYK
RGB Variations
Color information
#3E3C32 (or 0x3E3C32) is known color: Woodrush. HEX triplet: 3E, 3C and 32. RGB value is (62,60,50). Sum of RGB (Red+Green+Blue) = 62+60+50=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3C32 is #C1C3CD. Grayscale: #3B3B3B. Windows color (decimal): -12698574 or 3292222. OLE color: 3292222.
HSL color Cylindrical-coordinate representation of color #3E3C32: hue angle of 50º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E3C32 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 60 | 50 | - |
CMYK | 0 | 0.03 | 0.19 | 0.76 |
HSL | 50º | 0.11% | 0.22% | - |
HSV(B) | 50º | 0.19% | 0.24% | - |
XYZ | 4.18 | 4.49 | 3.66 | - |
YUV | 59.46 | 122.66 | 129.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 60 | 50 | 0 | 0.03 | 0.19 | 0.76 | 50 | 0.11 | 0.22 |
Hex | 3E | 3C | 32 | 0 | 3 | 13 | 4C | 32 | B | 16 |
Octal | 76 | 74 | 62 | 0 | 3 | 23 | 114 | 62 | 13 | 26 |
Binary | 111110 | 111100 | 110010 | 0 | 11 | 10011 | 1001100 | 110010 | 1011 | 10110 |
Color Harmonies of #3E3C32
Complementary color
Monochromatic Colors of #3E3C32
Black with #3E3C32
Text Example
Text Example
White with #3E3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C32; }
p { color: rgb(62,60,50); }
H1.HeaderClassName
{
color: #3E3C32;
}
.AnyTagClassName
{
color: #3E3C32;
}
</style>
background-color css
<style>
a { background-color: #3E3C32; }
a { background-color: rgb(62,60,50); }
div.DivClassName
{
background-color: #3E3C32;
}
.BgClassName
{
background-color: #3E3C32;
}
</style>
border-color css
<style>
span { border-color: #3E3C32; }
span { border-color: rgb(62,60,50); }
td.TdClassName
{
border-color: #3E3C32;
}
.TagClassName
{
border-color: #3E3C32;
}
</style>