Shades of Clinker #493820
Tints of Clinker #493820
RGB
CMYK
RGB Variations
Color information
#493820 (or 0x493820) is known color: Clinker. HEX triplet: 49, 38 and 20. RGB value is (73,56,32). Sum of RGB (Red+Green+Blue) = 73+56+32=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #493820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493820 is #B6C7DF. Grayscale: #3A3A3A. Windows color (decimal): -11978720 or 2111561. OLE color: 2111561.
HSL color Cylindrical-coordinate representation of color #493820: hue angle of 35.12º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #493820 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 32 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.71 |
| HSL | 35.12º | 0.39% | 0.21% | - |
| HSV(B) | 35.12º | 0.56% | 0.29% | - |
| XYZ | 4.42 | 4.35 | 1.97 | - |
| YUV | 58.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 32 | 0 | 0.23 | 0.56 | 0.71 | 35.12 | 0.39 | 0.21 |
| Hex | 49 | 38 | 20 | 0 | 17 | 38 | 47 | 23 | 27 | 15 |
| Octal | 111 | 70 | 40 | 0 | 27 | 70 | 107 | 43 | 47 | 25 |
| Binary | 1001001 | 111000 | 100000 | 0 | 10111 | 111000 | 1000111 | 100011 | 100111 | 10101 |
Color Harmonies of #493820
Complementary color
Monochromatic Colors of #493820
Black with #493820
Text Example
Text Example
White with #493820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493820; }
p { color: rgb(73,56,32); }
H1.HeaderClassName
{
color: #493820;
}
.AnyTagClassName
{
color: #493820;
}
</style>
background-color css
<style>
a { background-color: #493820; }
a { background-color: rgb(73,56,32); }
div.DivClassName
{
background-color: #493820;
}
.BgClassName
{
background-color: #493820;
}
</style>
border-color css
<style>
span { border-color: #493820; }
span { border-color: rgb(73,56,32); }
td.TdClassName
{
border-color: #493820;
}
.TagClassName
{
border-color: #493820;
}
</style>