Shades of Clinker #493717
Tints of Clinker #493717
RGB
CMYK
RGB Variations
Color information
#493717 (or 0x493717) is known color: Clinker. HEX triplet: 49, 37 and 17. RGB value is (73,55,23). Sum of RGB (Red+Green+Blue) = 73+55+23=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #493717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493717 is #B6C8E8. Grayscale: #383838. Windows color (decimal): -11978985 or 1521481. OLE color: 1521481.
HSL color Cylindrical-coordinate representation of color #493717: hue angle of 38.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493717 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 55 | 23 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.71 |
| HSL | 38.4º | 0.52% | 0.19% | - |
| HSV(B) | 38.4º | 0.68% | 0.29% | - |
| XYZ | 4.27 | 4.21 | 1.4 | - |
| YUV | 56.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 23 | 0 | 0.25 | 0.68 | 0.71 | 38.4 | 0.52 | 0.19 |
| Hex | 49 | 37 | 17 | 0 | 19 | 44 | 47 | 26 | 34 | 13 |
| Octal | 111 | 67 | 27 | 0 | 31 | 104 | 107 | 46 | 64 | 23 |
| Binary | 1001001 | 110111 | 10111 | 0 | 11001 | 1000100 | 1000111 | 100110 | 110100 | 10011 |
Color Harmonies of #493717
Complementary color
Monochromatic Colors of #493717
Black with #493717
Text Example
Text Example
White with #493717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493717; }
p { color: rgb(73,55,23); }
H1.HeaderClassName
{
color: #493717;
}
.AnyTagClassName
{
color: #493717;
}
</style>
background-color css
<style>
a { background-color: #493717; }
a { background-color: rgb(73,55,23); }
div.DivClassName
{
background-color: #493717;
}
.BgClassName
{
background-color: #493717;
}
</style>
border-color css
<style>
span { border-color: #493717; }
span { border-color: rgb(73,55,23); }
td.TdClassName
{
border-color: #493717;
}
.TagClassName
{
border-color: #493717;
}
</style>