Shades of Taupe #423A31
Tints of Taupe #423A31
RGB
CMYK
RGB Variations
Color information
#423A31 (or 0x423A31) is known color: Taupe. HEX triplet: 42, 3A and 31. RGB value is (66,58,49). Sum of RGB (Red+Green+Blue) = 66+58+49=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #423A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A31 is #BDC5CE. Grayscale: #3B3B3B. Windows color (decimal): -12436943 or 3226178. OLE color: 3226178.
HSL color Cylindrical-coordinate representation of color #423A31: hue angle of 31.76º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423A31 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 49 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.74 |
| HSL | 31.76º | 0.15% | 0.23% | - |
| HSV(B) | 31.76º | 0.26% | 0.26% | - |
| XYZ | 4.31 | 4.41 | 3.53 | - |
| YUV | 59.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 49 | 0 | 0.12 | 0.26 | 0.74 | 31.76 | 0.15 | 0.23 |
| Hex | 42 | 3A | 31 | 0 | C | 1A | 4A | 20 | F | 17 |
| Octal | 102 | 72 | 61 | 0 | 14 | 32 | 112 | 40 | 17 | 27 |
| Binary | 1000010 | 111010 | 110001 | 0 | 1100 | 11010 | 1001010 | 100000 | 1111 | 10111 |
Color Harmonies of #423A31
Complementary color
Monochromatic Colors of #423A31
Black with #423A31
Text Example
Text Example
White with #423A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A31; }
p { color: rgb(66,58,49); }
H1.HeaderClassName
{
color: #423A31;
}
.AnyTagClassName
{
color: #423A31;
}
</style>
background-color css
<style>
a { background-color: #423A31; }
a { background-color: rgb(66,58,49); }
div.DivClassName
{
background-color: #423A31;
}
.BgClassName
{
background-color: #423A31;
}
</style>
border-color css
<style>
span { border-color: #423A31; }
span { border-color: rgb(66,58,49); }
td.TdClassName
{
border-color: #423A31;
}
.TagClassName
{
border-color: #423A31;
}
</style>