Shades of Clinker #493A25
Tints of Clinker #493A25
RGB
CMYK
RGB Variations
Color information
#493A25 (or 0x493A25) is known color: Clinker. HEX triplet: 49, 3A and 25. RGB value is (73,58,37). Sum of RGB (Red+Green+Blue) = 73+58+37=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #493A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A25 is #B6C5DA. Grayscale: #3C3C3C. Windows color (decimal): -11978203 or 2439753. OLE color: 2439753.
HSL color Cylindrical-coordinate representation of color #493A25: hue angle of 35º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #493A25 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 37 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.71 |
| HSL | 35º | 0.33% | 0.22% | - |
| HSV(B) | 35º | 0.49% | 0.29% | - |
| XYZ | 4.59 | 4.58 | 2.39 | - |
| YUV | 60.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 37 | 0 | 0.21 | 0.49 | 0.71 | 35 | 0.33 | 0.22 |
| Hex | 49 | 3A | 25 | 0 | 15 | 31 | 47 | 23 | 21 | 16 |
| Octal | 111 | 72 | 45 | 0 | 25 | 61 | 107 | 43 | 41 | 26 |
| Binary | 1001001 | 111010 | 100101 | 0 | 10101 | 110001 | 1000111 | 100011 | 100001 | 10110 |
Color Harmonies of #493A25
Complementary color
Monochromatic Colors of #493A25
Black with #493A25
Text Example
Text Example
White with #493A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A25; }
p { color: rgb(73,58,37); }
H1.HeaderClassName
{
color: #493A25;
}
.AnyTagClassName
{
color: #493A25;
}
</style>
background-color css
<style>
a { background-color: #493A25; }
a { background-color: rgb(73,58,37); }
div.DivClassName
{
background-color: #493A25;
}
.BgClassName
{
background-color: #493A25;
}
</style>
border-color css
<style>
span { border-color: #493A25; }
span { border-color: rgb(73,58,37); }
td.TdClassName
{
border-color: #493A25;
}
.TagClassName
{
border-color: #493A25;
}
</style>