Shades of Taupe #413B35
Tints of Taupe #413B35
RGB
CMYK
RGB Variations
Color information
#413B35 (or 0x413B35) is known color: Taupe. HEX triplet: 41, 3B and 35. RGB value is (65,59,53). Sum of RGB (Red+Green+Blue) = 65+59+53=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #413B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B35 is #BEC4CA. Grayscale: #3C3C3C. Windows color (decimal): -12502219 or 3488577. OLE color: 3488577.
HSL color Cylindrical-coordinate representation of color #413B35: hue angle of 30º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #413B35 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 59 | 53 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.75 |
| HSL | 30º | 0.1% | 0.23% | - |
| HSV(B) | 30º | 0.18% | 0.25% | - |
| XYZ | 4.39 | 4.51 | 4.01 | - |
| YUV | 60.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 53 | 0 | 0.09 | 0.18 | 0.75 | 30 | 0.1 | 0.23 |
| Hex | 41 | 3B | 35 | 0 | 9 | 12 | 4B | 1E | A | 17 |
| Octal | 101 | 73 | 65 | 0 | 11 | 22 | 113 | 36 | 12 | 27 |
| Binary | 1000001 | 111011 | 110101 | 0 | 1001 | 10010 | 1001011 | 11110 | 1010 | 10111 |
Color Harmonies of #413B35
Complementary color
Monochromatic Colors of #413B35
Black with #413B35
Text Example
Text Example
White with #413B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B35; }
p { color: rgb(65,59,53); }
H1.HeaderClassName
{
color: #413B35;
}
.AnyTagClassName
{
color: #413B35;
}
</style>
background-color css
<style>
a { background-color: #413B35; }
a { background-color: rgb(65,59,53); }
div.DivClassName
{
background-color: #413B35;
}
.BgClassName
{
background-color: #413B35;
}
</style>
border-color css
<style>
span { border-color: #413B35; }
span { border-color: rgb(65,59,53); }
td.TdClassName
{
border-color: #413B35;
}
.TagClassName
{
border-color: #413B35;
}
</style>