Shades of Clinker #492E08
Tints of Clinker #492E08
RGB
CMYK
RGB Variations
Color information
#492E08 (or 0x492E08) is known color: Clinker. HEX triplet: 49, 2E and 08. RGB value is (73,46,8). Sum of RGB (Red+Green+Blue) = 73+46+8=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #492E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492E08 is #B6D1F7. Grayscale: #313131. Windows color (decimal): -11981304 or 536137. OLE color: 536137.
HSL color Cylindrical-coordinate representation of color #492E08: hue angle of 35.08º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #492E08 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 8 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.71 |
| HSL | 35.08º | 0.8% | 0.16% | - |
| HSV(B) | 35.08º | 0.89% | 0.29% | - |
| XYZ | 3.77 | 3.39 | 0.69 | - |
| YUV | 49.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 8 | 0 | 0.37 | 0.89 | 0.71 | 35.08 | 0.8 | 0.16 |
| Hex | 49 | 2E | 8 | 0 | 25 | 59 | 47 | 23 | 50 | 10 |
| Octal | 111 | 56 | 10 | 0 | 45 | 131 | 107 | 43 | 120 | 20 |
| Binary | 1001001 | 101110 | 1000 | 0 | 100101 | 1011001 | 1000111 | 100011 | 1010000 | 10000 |
Color Harmonies of #492E08
Complementary color
Monochromatic Colors of #492E08
Black with #492E08
Text Example
Text Example
White with #492E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E08; }
p { color: rgb(73,46,8); }
H1.HeaderClassName
{
color: #492E08;
}
.AnyTagClassName
{
color: #492E08;
}
</style>
background-color css
<style>
a { background-color: #492E08; }
a { background-color: rgb(73,46,8); }
div.DivClassName
{
background-color: #492E08;
}
.BgClassName
{
background-color: #492E08;
}
</style>
border-color css
<style>
span { border-color: #492E08; }
span { border-color: rgb(73,46,8); }
td.TdClassName
{
border-color: #492E08;
}
.TagClassName
{
border-color: #492E08;
}
</style>