Shades of Clinker #492F0C
Tints of Clinker #492F0C
RGB
CMYK
RGB Variations
Color information
#492F0C (or 0x492F0C) is known color: Clinker. HEX triplet: 49, 2F and 0C. RGB value is (73,47,12). Sum of RGB (Red+Green+Blue) = 73+47+12=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #492F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492F0C is #B6D0F3. Grayscale: #323232. Windows color (decimal): -11981044 or 798537. OLE color: 798537.
HSL color Cylindrical-coordinate representation of color #492F0C: hue angle of 34.43º 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 #492F0C is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 12 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.71 |
| HSL | 34.43º | 0.72% | 0.17% | - |
| HSV(B) | 34.43º | 0.84% | 0.29% | - |
| XYZ | 3.83 | 3.48 | 0.82 | - |
| YUV | 50.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 12 | 0 | 0.36 | 0.84 | 0.71 | 34.43 | 0.72 | 0.17 |
| Hex | 49 | 2F | C | 0 | 24 | 54 | 47 | 22 | 48 | 11 |
| Octal | 111 | 57 | 14 | 0 | 44 | 124 | 107 | 42 | 110 | 21 |
| Binary | 1001001 | 101111 | 1100 | 0 | 100100 | 1010100 | 1000111 | 100010 | 1001000 | 10001 |
Color Harmonies of #492F0C
Complementary color
Monochromatic Colors of #492F0C
Black with #492F0C
Text Example
Text Example
White with #492F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F0C; }
p { color: rgb(73,47,12); }
H1.HeaderClassName
{
color: #492F0C;
}
.AnyTagClassName
{
color: #492F0C;
}
</style>
background-color css
<style>
a { background-color: #492F0C; }
a { background-color: rgb(73,47,12); }
div.DivClassName
{
background-color: #492F0C;
}
.BgClassName
{
background-color: #492F0C;
}
</style>
border-color css
<style>
span { border-color: #492F0C; }
span { border-color: rgb(73,47,12); }
td.TdClassName
{
border-color: #492F0C;
}
.TagClassName
{
border-color: #492F0C;
}
</style>