Shades of Clinker #492E0F
Tints of Clinker #492E0F
RGB
CMYK
RGB Variations
Color information
#492E0F (or 0x492E0F) is known color: Clinker. HEX triplet: 49, 2E and 0F. RGB value is (73,46,15). Sum of RGB (Red+Green+Blue) = 73+46+15=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #492E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492E0F is #B6D1F0. Grayscale: #323232. Windows color (decimal): -11981297 or 994889. OLE color: 994889.
HSL color Cylindrical-coordinate representation of color #492E0F: hue angle of 32.07º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492E0F is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 15 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.71 |
| HSL | 32.07º | 0.66% | 0.17% | - |
| HSV(B) | 32.07º | 0.79% | 0.29% | - |
| XYZ | 3.81 | 3.4 | 0.91 | - |
| YUV | 50.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 15 | 0 | 0.37 | 0.79 | 0.71 | 32.07 | 0.66 | 0.17 |
| Hex | 49 | 2E | F | 0 | 25 | 4F | 47 | 20 | 42 | 11 |
| Octal | 111 | 56 | 17 | 0 | 45 | 117 | 107 | 40 | 102 | 21 |
| Binary | 1001001 | 101110 | 1111 | 0 | 100101 | 1001111 | 1000111 | 100000 | 1000010 | 10001 |
Color Harmonies of #492E0F
Complementary color
Monochromatic Colors of #492E0F
Black with #492E0F
Text Example
Text Example
White with #492E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E0F; }
p { color: rgb(73,46,15); }
H1.HeaderClassName
{
color: #492E0F;
}
.AnyTagClassName
{
color: #492E0F;
}
</style>
background-color css
<style>
a { background-color: #492E0F; }
a { background-color: rgb(73,46,15); }
div.DivClassName
{
background-color: #492E0F;
}
.BgClassName
{
background-color: #492E0F;
}
</style>
border-color css
<style>
span { border-color: #492E0F; }
span { border-color: rgb(73,46,15); }
td.TdClassName
{
border-color: #492E0F;
}
.TagClassName
{
border-color: #492E0F;
}
</style>