Shades of Clinker #493822
Tints of Clinker #493822
RGB
CMYK
RGB Variations
Color information
#493822 (or 0x493822) is known color: Clinker. HEX triplet: 49, 38 and 22. RGB value is (73,56,34). Sum of RGB (Red+Green+Blue) = 73+56+34=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493822 is #B6C7DD. Grayscale: #3A3A3A. Windows color (decimal): -11978718 or 2242633. OLE color: 2242633.
HSL color Cylindrical-coordinate representation of color #493822: hue angle of 33.85º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #493822 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 34 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.71 |
| HSL | 33.85º | 0.36% | 0.21% | - |
| HSV(B) | 33.85º | 0.53% | 0.29% | - |
| XYZ | 4.45 | 4.36 | 2.12 | - |
| YUV | 58.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 34 | 0 | 0.23 | 0.53 | 0.71 | 33.85 | 0.36 | 0.21 |
| Hex | 49 | 38 | 22 | 0 | 17 | 35 | 47 | 22 | 24 | 15 |
| Octal | 111 | 70 | 42 | 0 | 27 | 65 | 107 | 42 | 44 | 25 |
| Binary | 1001001 | 111000 | 100010 | 0 | 10111 | 110101 | 1000111 | 100010 | 100100 | 10101 |
Color Harmonies of #493822
Complementary color
Monochromatic Colors of #493822
Black with #493822
Text Example
Text Example
White with #493822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493822; }
p { color: rgb(73,56,34); }
H1.HeaderClassName
{
color: #493822;
}
.AnyTagClassName
{
color: #493822;
}
</style>
background-color css
<style>
a { background-color: #493822; }
a { background-color: rgb(73,56,34); }
div.DivClassName
{
background-color: #493822;
}
.BgClassName
{
background-color: #493822;
}
</style>
border-color css
<style>
span { border-color: #493822; }
span { border-color: rgb(73,56,34); }
td.TdClassName
{
border-color: #493822;
}
.TagClassName
{
border-color: #493822;
}
</style>