Shades of Taupe #4A3A30
Tints of Taupe #4A3A30
RGB
CMYK
RGB Variations
Color information
#4A3A30 (or 0x4A3A30) is known color: Taupe. HEX triplet: 4A, 3A and 30. RGB value is (74,58,48). Sum of RGB (Red+Green+Blue) = 74+58+48=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3A30 is #B5C5CF. Grayscale: #3D3D3D. Windows color (decimal): -11912656 or 3160650. OLE color: 3160650.
HSL color Cylindrical-coordinate representation of color #4A3A30: hue angle of 23.08º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A3A30 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 58 | 48 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.71 |
| HSL | 23.08º | 0.21% | 0.24% | - |
| HSV(B) | 23.08º | 0.35% | 0.29% | - |
| XYZ | 4.87 | 4.7 | 3.45 | - |
| YUV | 61.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 48 | 0 | 0.22 | 0.35 | 0.71 | 23.08 | 0.21 | 0.24 |
| Hex | 4A | 3A | 30 | 0 | 16 | 23 | 47 | 17 | 15 | 18 |
| Octal | 112 | 72 | 60 | 0 | 26 | 43 | 107 | 27 | 25 | 30 |
| Binary | 1001010 | 111010 | 110000 | 0 | 10110 | 100011 | 1000111 | 10111 | 10101 | 11000 |
Color Harmonies of #4A3A30
Complementary color
Monochromatic Colors of #4A3A30
Black with #4A3A30
Text Example
Text Example
White with #4A3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3A30; }
p { color: rgb(74,58,48); }
H1.HeaderClassName
{
color: #4A3A30;
}
.AnyTagClassName
{
color: #4A3A30;
}
</style>
background-color css
<style>
a { background-color: #4A3A30; }
a { background-color: rgb(74,58,48); }
div.DivClassName
{
background-color: #4A3A30;
}
.BgClassName
{
background-color: #4A3A30;
}
</style>
border-color css
<style>
span { border-color: #4A3A30; }
span { border-color: rgb(74,58,48); }
td.TdClassName
{
border-color: #4A3A30;
}
.TagClassName
{
border-color: #4A3A30;
}
</style>