Shades of Taupe #3E3A35
Tints of Taupe #3E3A35
RGB
CMYK
RGB Variations
Color information
#3E3A35 (or 0x3E3A35) is known color: Taupe. HEX triplet: 3E, 3A and 35. RGB value is (62,58,53). Sum of RGB (Red+Green+Blue) = 62+58+53=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3A35 is #C1C5CA. Grayscale: #3A3A3A. Windows color (decimal): -12699083 or 3488318. OLE color: 3488318.
HSL color Cylindrical-coordinate representation of color #3E3A35: hue angle of 33.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3E3A35 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 58 | 53 | - |
CMYK | 0 | 0.06 | 0.15 | 0.76 |
HSL | 33.33º | 0.08% | 0.23% | - |
HSV(B) | 33.33º | 0.15% | 0.24% | - |
XYZ | 4.14 | 4.31 | 3.98 | - |
YUV | 58.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 58 | 53 | 0 | 0.06 | 0.15 | 0.76 | 33.33 | 0.08 | 0.23 |
Hex | 3E | 3A | 35 | 0 | 6 | F | 4C | 21 | 8 | 17 |
Octal | 76 | 72 | 65 | 0 | 6 | 17 | 114 | 41 | 10 | 27 |
Binary | 111110 | 111010 | 110101 | 0 | 110 | 1111 | 1001100 | 100001 | 1000 | 10111 |
Color Harmonies of #3E3A35
Complementary color
Monochromatic Colors of #3E3A35
Black with #3E3A35
Text Example
Text Example
White with #3E3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A35; }
p { color: rgb(62,58,53); }
H1.HeaderClassName
{
color: #3E3A35;
}
.AnyTagClassName
{
color: #3E3A35;
}
</style>
background-color css
<style>
a { background-color: #3E3A35; }
a { background-color: rgb(62,58,53); }
div.DivClassName
{
background-color: #3E3A35;
}
.BgClassName
{
background-color: #3E3A35;
}
</style>
border-color css
<style>
span { border-color: #3E3A35; }
span { border-color: rgb(62,58,53); }
td.TdClassName
{
border-color: #3E3A35;
}
.TagClassName
{
border-color: #3E3A35;
}
</style>