Shades of Clinker #493B26
Tints of Clinker #493B26
RGB
CMYK
RGB Variations
Color information
#493B26 (or 0x493B26) is known color: Clinker. HEX triplet: 49, 3B and 26. RGB value is (73,59,38). Sum of RGB (Red+Green+Blue) = 73+59+38=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #493B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B26 is #B6C4D9. Grayscale: #3C3C3C. Windows color (decimal): -11977946 or 2505545. OLE color: 2505545.
HSL color Cylindrical-coordinate representation of color #493B26: hue angle of 36º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493B26 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 59 | 38 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.71 |
| HSL | 36º | 0.32% | 0.22% | - |
| HSV(B) | 36º | 0.48% | 0.29% | - |
| XYZ | 4.66 | 4.68 | 2.49 | - |
| YUV | 60.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 38 | 0 | 0.19 | 0.48 | 0.71 | 36 | 0.32 | 0.22 |
| Hex | 49 | 3B | 26 | 0 | 13 | 30 | 47 | 24 | 20 | 16 |
| Octal | 111 | 73 | 46 | 0 | 23 | 60 | 107 | 44 | 40 | 26 |
| Binary | 1001001 | 111011 | 100110 | 0 | 10011 | 110000 | 1000111 | 100100 | 100000 | 10110 |
Color Harmonies of #493B26
Complementary color
Monochromatic Colors of #493B26
Black with #493B26
Text Example
Text Example
White with #493B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B26; }
p { color: rgb(73,59,38); }
H1.HeaderClassName
{
color: #493B26;
}
.AnyTagClassName
{
color: #493B26;
}
</style>
background-color css
<style>
a { background-color: #493B26; }
a { background-color: rgb(73,59,38); }
div.DivClassName
{
background-color: #493B26;
}
.BgClassName
{
background-color: #493B26;
}
</style>
border-color css
<style>
span { border-color: #493B26; }
span { border-color: rgb(73,59,38); }
td.TdClassName
{
border-color: #493B26;
}
.TagClassName
{
border-color: #493B26;
}
</style>