Shades of Clinker #493A27
Tints of Clinker #493A27
RGB
CMYK
RGB Variations
Color information
#493A27 (or 0x493A27) is known color: Clinker. HEX triplet: 49, 3A and 27. RGB value is (73,58,39). Sum of RGB (Red+Green+Blue) = 73+58+39=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #493A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A27 is #B6C5D8. Grayscale: #3C3C3C. Windows color (decimal): -11978201 or 2570825. OLE color: 2570825.
HSL color Cylindrical-coordinate representation of color #493A27: hue angle of 33.53º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493A27 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 39 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.71 |
| HSL | 33.53º | 0.3% | 0.22% | - |
| HSV(B) | 33.53º | 0.47% | 0.29% | - |
| XYZ | 4.63 | 4.59 | 2.56 | - |
| YUV | 60.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 39 | 0 | 0.21 | 0.47 | 0.71 | 33.53 | 0.3 | 0.22 |
| Hex | 49 | 3A | 27 | 0 | 15 | 2F | 47 | 22 | 1E | 16 |
| Octal | 111 | 72 | 47 | 0 | 25 | 57 | 107 | 42 | 36 | 26 |
| Binary | 1001001 | 111010 | 100111 | 0 | 10101 | 101111 | 1000111 | 100010 | 11110 | 10110 |
Color Harmonies of #493A27
Complementary color
Monochromatic Colors of #493A27
Black with #493A27
Text Example
Text Example
White with #493A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A27; }
p { color: rgb(73,58,39); }
H1.HeaderClassName
{
color: #493A27;
}
.AnyTagClassName
{
color: #493A27;
}
</style>
background-color css
<style>
a { background-color: #493A27; }
a { background-color: rgb(73,58,39); }
div.DivClassName
{
background-color: #493A27;
}
.BgClassName
{
background-color: #493A27;
}
</style>
border-color css
<style>
span { border-color: #493A27; }
span { border-color: rgb(73,58,39); }
td.TdClassName
{
border-color: #493A27;
}
.TagClassName
{
border-color: #493A27;
}
</style>