Shades of Clinker #492E0B
Tints of Clinker #492E0B
RGB
CMYK
RGB Variations
Color information
#492E0B (or 0x492E0B) is known color: Clinker. HEX triplet: 49, 2E and 0B. RGB value is (73,46,11). Sum of RGB (Red+Green+Blue) = 73+46+11=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492E0B is #B6D1F4. Grayscale: #323232. Windows color (decimal): -11981301 or 732745. OLE color: 732745.
HSL color Cylindrical-coordinate representation of color #492E0B: hue angle of 33.87º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #492E0B is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 11 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.71 |
| HSL | 33.87º | 0.74% | 0.16% | - |
| HSV(B) | 33.87º | 0.85% | 0.29% | - |
| XYZ | 3.79 | 3.39 | 0.77 | - |
| YUV | 50.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 11 | 0 | 0.37 | 0.85 | 0.71 | 33.87 | 0.74 | 0.16 |
| Hex | 49 | 2E | B | 0 | 25 | 55 | 47 | 22 | 4A | 10 |
| Octal | 111 | 56 | 13 | 0 | 45 | 125 | 107 | 42 | 112 | 20 |
| Binary | 1001001 | 101110 | 1011 | 0 | 100101 | 1010101 | 1000111 | 100010 | 1001010 | 10000 |
Color Harmonies of #492E0B
Complementary color
Monochromatic Colors of #492E0B
Black with #492E0B
Text Example
Text Example
White with #492E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E0B; }
p { color: rgb(73,46,11); }
H1.HeaderClassName
{
color: #492E0B;
}
.AnyTagClassName
{
color: #492E0B;
}
</style>
background-color css
<style>
a { background-color: #492E0B; }
a { background-color: rgb(73,46,11); }
div.DivClassName
{
background-color: #492E0B;
}
.BgClassName
{
background-color: #492E0B;
}
</style>
border-color css
<style>
span { border-color: #492E0B; }
span { border-color: rgb(73,46,11); }
td.TdClassName
{
border-color: #492E0B;
}
.TagClassName
{
border-color: #492E0B;
}
</style>