Shades of Clinker #492E0A
Tints of Clinker #492E0A
RGB
CMYK
RGB Variations
Color information
#492E0A (or 0x492E0A) is known color: Clinker. HEX triplet: 49, 2E and 0A. RGB value is (73,46,10). Sum of RGB (Red+Green+Blue) = 73+46+10=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #492E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492E0A is #B6D1F5. Grayscale: #323232. Windows color (decimal): -11981302 or 667209. OLE color: 667209.
HSL color Cylindrical-coordinate representation of color #492E0A: hue angle of 34.29º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #492E0A is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 10 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.71 |
| HSL | 34.29º | 0.76% | 0.16% | - |
| HSV(B) | 34.29º | 0.86% | 0.29% | - |
| XYZ | 3.78 | 3.39 | 0.74 | - |
| YUV | 49.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 10 | 0 | 0.37 | 0.86 | 0.71 | 34.29 | 0.76 | 0.16 |
| Hex | 49 | 2E | A | 0 | 25 | 56 | 47 | 22 | 4C | 10 |
| Octal | 111 | 56 | 12 | 0 | 45 | 126 | 107 | 42 | 114 | 20 |
| Binary | 1001001 | 101110 | 1010 | 0 | 100101 | 1010110 | 1000111 | 100010 | 1001100 | 10000 |
Color Harmonies of #492E0A
Complementary color
Monochromatic Colors of #492E0A
Black with #492E0A
Text Example
Text Example
White with #492E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E0A; }
p { color: rgb(73,46,10); }
H1.HeaderClassName
{
color: #492E0A;
}
.AnyTagClassName
{
color: #492E0A;
}
</style>
background-color css
<style>
a { background-color: #492E0A; }
a { background-color: rgb(73,46,10); }
div.DivClassName
{
background-color: #492E0A;
}
.BgClassName
{
background-color: #492E0A;
}
</style>
border-color css
<style>
span { border-color: #492E0A; }
span { border-color: rgb(73,46,10); }
td.TdClassName
{
border-color: #492E0A;
}
.TagClassName
{
border-color: #492E0A;
}
</style>