Shades of Clinker #492F10
Tints of Clinker #492F10
RGB
CMYK
RGB Variations
Color information
#492F10 (or 0x492F10) is known color: Clinker. HEX triplet: 49, 2F and 10. RGB value is (73,47,16). Sum of RGB (Red+Green+Blue) = 73+47+16=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #492F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492F10 is #B6D0EF. Grayscale: #333333. Windows color (decimal): -11981040 or 1060681. OLE color: 1060681.
HSL color Cylindrical-coordinate representation of color #492F10: hue angle of 32.63º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492F10 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 16 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.71 |
| HSL | 32.63º | 0.64% | 0.17% | - |
| HSV(B) | 32.63º | 0.78% | 0.29% | - |
| XYZ | 3.86 | 3.49 | 0.96 | - |
| YUV | 51.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 16 | 0 | 0.36 | 0.78 | 0.71 | 32.63 | 0.64 | 0.17 |
| Hex | 49 | 2F | 10 | 0 | 24 | 4E | 47 | 21 | 40 | 11 |
| Octal | 111 | 57 | 20 | 0 | 44 | 116 | 107 | 41 | 100 | 21 |
| Binary | 1001001 | 101111 | 10000 | 0 | 100100 | 1001110 | 1000111 | 100001 | 1000000 | 10001 |
Color Harmonies of #492F10
Complementary color
Monochromatic Colors of #492F10
Black with #492F10
Text Example
Text Example
White with #492F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F10; }
p { color: rgb(73,47,16); }
H1.HeaderClassName
{
color: #492F10;
}
.AnyTagClassName
{
color: #492F10;
}
</style>
background-color css
<style>
a { background-color: #492F10; }
a { background-color: rgb(73,47,16); }
div.DivClassName
{
background-color: #492F10;
}
.BgClassName
{
background-color: #492F10;
}
</style>
border-color css
<style>
span { border-color: #492F10; }
span { border-color: rgb(73,47,16); }
td.TdClassName
{
border-color: #492F10;
}
.TagClassName
{
border-color: #492F10;
}
</style>