Shades of Taupe #423C37
Tints of Taupe #423C37
RGB
CMYK
RGB Variations
Color information
#423C37 (or 0x423C37) is known color: Taupe. HEX triplet: 42, 3C and 37. RGB value is (66,60,55). Sum of RGB (Red+Green+Blue) = 66+60+55=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 66 - color contains mainly: red. Hex color #423C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C37 is #BDC3C8. Grayscale: #3D3D3D. Windows color (decimal): -12436425 or 3619906. OLE color: 3619906.
HSL color Cylindrical-coordinate representation of color #423C37: hue angle of 27.27º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #423C37 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 55 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.74 |
| HSL | 27.27º | 0.09% | 0.24% | - |
| HSV(B) | 27.27º | 0.17% | 0.26% | - |
| XYZ | 4.55 | 4.67 | 4.28 | - |
| YUV | 61.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 55 | 0 | 0.09 | 0.17 | 0.74 | 27.27 | 0.09 | 0.24 |
| Hex | 42 | 3C | 37 | 0 | 9 | 11 | 4A | 1B | 9 | 18 |
| Octal | 102 | 74 | 67 | 0 | 11 | 21 | 112 | 33 | 11 | 30 |
| Binary | 1000010 | 111100 | 110111 | 0 | 1001 | 10001 | 1001010 | 11011 | 1001 | 11000 |
Color Harmonies of #423C37
Complementary color
Monochromatic Colors of #423C37
Black with #423C37
Text Example
Text Example
White with #423C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C37; }
p { color: rgb(66,60,55); }
H1.HeaderClassName
{
color: #423C37;
}
.AnyTagClassName
{
color: #423C37;
}
</style>
background-color css
<style>
a { background-color: #423C37; }
a { background-color: rgb(66,60,55); }
div.DivClassName
{
background-color: #423C37;
}
.BgClassName
{
background-color: #423C37;
}
</style>
border-color css
<style>
span { border-color: #423C37; }
span { border-color: rgb(66,60,55); }
td.TdClassName
{
border-color: #423C37;
}
.TagClassName
{
border-color: #423C37;
}
</style>