Shades of Clinker #493206
Tints of Clinker #493206
RGB
CMYK
RGB Variations
Color information
#493206 (or 0x493206) is known color: Clinker. HEX triplet: 49, 32 and 06. RGB value is (73,50,6). Sum of RGB (Red+Green+Blue) = 73+50+6=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #493206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493206 is #B6CDF9. Grayscale: #343434. Windows color (decimal): -11980282 or 406089. OLE color: 406089.
HSL color Cylindrical-coordinate representation of color #493206: hue angle of 39.4º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #493206 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 50 | 6 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.71 |
| HSL | 39.4º | 0.85% | 0.15% | - |
| HSV(B) | 39.4º | 0.92% | 0.29% | - |
| XYZ | 3.92 | 3.71 | 0.68 | - |
| YUV | 51.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 6 | 0 | 0.32 | 0.92 | 0.71 | 39.4 | 0.85 | 0.15 |
| Hex | 49 | 32 | 6 | 0 | 20 | 5C | 47 | 27 | 55 | F |
| Octal | 111 | 62 | 6 | 0 | 40 | 134 | 107 | 47 | 125 | 17 |
| Binary | 1001001 | 110010 | 110 | 0 | 100000 | 1011100 | 1000111 | 100111 | 1010101 | 1111 |
Color Harmonies of #493206
Complementary color
Monochromatic Colors of #493206
Black with #493206
Text Example
Text Example
White with #493206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493206; }
p { color: rgb(73,50,6); }
H1.HeaderClassName
{
color: #493206;
}
.AnyTagClassName
{
color: #493206;
}
</style>
background-color css
<style>
a { background-color: #493206; }
a { background-color: rgb(73,50,6); }
div.DivClassName
{
background-color: #493206;
}
.BgClassName
{
background-color: #493206;
}
</style>
border-color css
<style>
span { border-color: #493206; }
span { border-color: rgb(73,50,6); }
td.TdClassName
{
border-color: #493206;
}
.TagClassName
{
border-color: #493206;
}
</style>