Shades of Clinker #493A29
Tints of Clinker #493A29
RGB
CMYK
RGB Variations
Color information
#493A29 (or 0x493A29) is known color: Clinker. HEX triplet: 49, 3A and 29. RGB value is (73,58,41). Sum of RGB (Red+Green+Blue) = 73+58+41=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #493A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A29 is #B6C5D6. Grayscale: #3C3C3C. Windows color (decimal): -11978199 or 2701897. OLE color: 2701897.
HSL color Cylindrical-coordinate representation of color #493A29: hue angle of 31.88º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493A29 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 41 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.71 |
| HSL | 31.88º | 0.28% | 0.22% | - |
| HSV(B) | 31.88º | 0.44% | 0.29% | - |
| XYZ | 4.66 | 4.6 | 2.74 | - |
| YUV | 60.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 41 | 0 | 0.21 | 0.44 | 0.71 | 31.88 | 0.28 | 0.22 |
| Hex | 49 | 3A | 29 | 0 | 15 | 2C | 47 | 20 | 1C | 16 |
| Octal | 111 | 72 | 51 | 0 | 25 | 54 | 107 | 40 | 34 | 26 |
| Binary | 1001001 | 111010 | 101001 | 0 | 10101 | 101100 | 1000111 | 100000 | 11100 | 10110 |
Color Harmonies of #493A29
Complementary color
Monochromatic Colors of #493A29
Black with #493A29
Text Example
Text Example
White with #493A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A29; }
p { color: rgb(73,58,41); }
H1.HeaderClassName
{
color: #493A29;
}
.AnyTagClassName
{
color: #493A29;
}
</style>
background-color css
<style>
a { background-color: #493A29; }
a { background-color: rgb(73,58,41); }
div.DivClassName
{
background-color: #493A29;
}
.BgClassName
{
background-color: #493A29;
}
</style>
border-color css
<style>
span { border-color: #493A29; }
span { border-color: rgb(73,58,41); }
td.TdClassName
{
border-color: #493A29;
}
.TagClassName
{
border-color: #493A29;
}
</style>