Shades of Clinker #492E0C
Tints of Clinker #492E0C
RGB
CMYK
RGB Variations
Color information
#492E0C (or 0x492E0C) is known color: Clinker. HEX triplet: 49, 2E and 0C. RGB value is (73,46,12). Sum of RGB (Red+Green+Blue) = 73+46+12=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #492E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492E0C is #B6D1F3. Grayscale: #323232. Windows color (decimal): -11981300 or 798281. OLE color: 798281.
HSL color Cylindrical-coordinate representation of color #492E0C: hue angle of 33.44º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #492E0C is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 12 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.71 |
| HSL | 33.44º | 0.72% | 0.17% | - |
| HSV(B) | 33.44º | 0.84% | 0.29% | - |
| XYZ | 3.79 | 3.4 | 0.8 | - |
| YUV | 50.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 12 | 0 | 0.37 | 0.84 | 0.71 | 33.44 | 0.72 | 0.17 |
| Hex | 49 | 2E | C | 0 | 25 | 54 | 47 | 21 | 48 | 11 |
| Octal | 111 | 56 | 14 | 0 | 45 | 124 | 107 | 41 | 110 | 21 |
| Binary | 1001001 | 101110 | 1100 | 0 | 100101 | 1010100 | 1000111 | 100001 | 1001000 | 10001 |
Color Harmonies of #492E0C
Complementary color
Monochromatic Colors of #492E0C
Black with #492E0C
Text Example
Text Example
White with #492E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E0C; }
p { color: rgb(73,46,12); }
H1.HeaderClassName
{
color: #492E0C;
}
.AnyTagClassName
{
color: #492E0C;
}
</style>
background-color css
<style>
a { background-color: #492E0C; }
a { background-color: rgb(73,46,12); }
div.DivClassName
{
background-color: #492E0C;
}
.BgClassName
{
background-color: #492E0C;
}
</style>
border-color css
<style>
span { border-color: #492E0C; }
span { border-color: rgb(73,46,12); }
td.TdClassName
{
border-color: #492E0C;
}
.TagClassName
{
border-color: #492E0C;
}
</style>