Shades of Clinker #493B29
Tints of Clinker #493B29
RGB
CMYK
RGB Variations
Color information
#493B29 (or 0x493B29) is known color: Clinker. HEX triplet: 49, 3B and 29. RGB value is (73,59,41). Sum of RGB (Red+Green+Blue) = 73+59+41=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B29 is #B6C4D6. Grayscale: #3D3D3D. Windows color (decimal): -11977943 or 2702153. OLE color: 2702153.
HSL color Cylindrical-coordinate representation of color #493B29: hue angle of 33.75º 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 #493B29 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 59 | 41 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.71 |
| HSL | 33.75º | 0.28% | 0.22% | - |
| HSV(B) | 33.75º | 0.44% | 0.29% | - |
| XYZ | 4.71 | 4.7 | 2.76 | - |
| YUV | 61.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 41 | 0 | 0.19 | 0.44 | 0.71 | 33.75 | 0.28 | 0.22 |
| Hex | 49 | 3B | 29 | 0 | 13 | 2C | 47 | 22 | 1C | 16 |
| Octal | 111 | 73 | 51 | 0 | 23 | 54 | 107 | 42 | 34 | 26 |
| Binary | 1001001 | 111011 | 101001 | 0 | 10011 | 101100 | 1000111 | 100010 | 11100 | 10110 |
Color Harmonies of #493B29
Complementary color
Monochromatic Colors of #493B29
Black with #493B29
Text Example
Text Example
White with #493B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B29; }
p { color: rgb(73,59,41); }
H1.HeaderClassName
{
color: #493B29;
}
.AnyTagClassName
{
color: #493B29;
}
</style>
background-color css
<style>
a { background-color: #493B29; }
a { background-color: rgb(73,59,41); }
div.DivClassName
{
background-color: #493B29;
}
.BgClassName
{
background-color: #493B29;
}
</style>
border-color css
<style>
span { border-color: #493B29; }
span { border-color: rgb(73,59,41); }
td.TdClassName
{
border-color: #493B29;
}
.TagClassName
{
border-color: #493B29;
}
</style>