Shades of Clinker #49310A
Tints of Clinker #49310A
RGB
CMYK
RGB Variations
Color information
#49310A (or 0x49310A) is known color: Clinker. HEX triplet: 49, 31 and 0A. RGB value is (73,49,10). Sum of RGB (Red+Green+Blue) = 73+49+10=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #49310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49310A is #B6CEF5. Grayscale: #333333. Windows color (decimal): -11980534 or 667977. OLE color: 667977.
HSL color Cylindrical-coordinate representation of color #49310A: hue angle of 37.14º 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 #49310A is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 49 | 10 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.71 |
| HSL | 37.14º | 0.76% | 0.16% | - |
| HSV(B) | 37.14º | 0.86% | 0.29% | - |
| XYZ | 3.9 | 3.64 | 0.78 | - |
| YUV | 51.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 10 | 0 | 0.33 | 0.86 | 0.71 | 37.14 | 0.76 | 0.16 |
| Hex | 49 | 31 | A | 0 | 21 | 56 | 47 | 25 | 4C | 10 |
| Octal | 111 | 61 | 12 | 0 | 41 | 126 | 107 | 45 | 114 | 20 |
| Binary | 1001001 | 110001 | 1010 | 0 | 100001 | 1010110 | 1000111 | 100101 | 1001100 | 10000 |
Color Harmonies of #49310A
Complementary color
Monochromatic Colors of #49310A
Black with #49310A
Text Example
Text Example
White with #49310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49310A; }
p { color: rgb(73,49,10); }
H1.HeaderClassName
{
color: #49310A;
}
.AnyTagClassName
{
color: #49310A;
}
</style>
background-color css
<style>
a { background-color: #49310A; }
a { background-color: rgb(73,49,10); }
div.DivClassName
{
background-color: #49310A;
}
.BgClassName
{
background-color: #49310A;
}
</style>
border-color css
<style>
span { border-color: #49310A; }
span { border-color: rgb(73,49,10); }
td.TdClassName
{
border-color: #49310A;
}
.TagClassName
{
border-color: #49310A;
}
</style>