Shades of Clinker #49300A
Tints of Clinker #49300A
RGB
CMYK
RGB Variations
Color information
#49300A (or 0x49300A) is known color: Clinker. HEX triplet: 49, 30 and 0A. RGB value is (73,48,10). Sum of RGB (Red+Green+Blue) = 73+48+10=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #49300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49300A is #B6CFF5. Grayscale: #333333. Windows color (decimal): -11980790 or 667721. OLE color: 667721.
HSL color Cylindrical-coordinate representation of color #49300A: hue angle of 36.19º 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 #49300A is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 48 | 10 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.71 |
| HSL | 36.19º | 0.76% | 0.16% | - |
| HSV(B) | 36.19º | 0.86% | 0.29% | - |
| XYZ | 3.86 | 3.55 | 0.77 | - |
| YUV | 51.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 10 | 0 | 0.34 | 0.86 | 0.71 | 36.19 | 0.76 | 0.16 |
| Hex | 49 | 30 | A | 0 | 22 | 56 | 47 | 24 | 4C | 10 |
| Octal | 111 | 60 | 12 | 0 | 42 | 126 | 107 | 44 | 114 | 20 |
| Binary | 1001001 | 110000 | 1010 | 0 | 100010 | 1010110 | 1000111 | 100100 | 1001100 | 10000 |
Color Harmonies of #49300A
Complementary color
Monochromatic Colors of #49300A
Black with #49300A
Text Example
Text Example
White with #49300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49300A; }
p { color: rgb(73,48,10); }
H1.HeaderClassName
{
color: #49300A;
}
.AnyTagClassName
{
color: #49300A;
}
</style>
background-color css
<style>
a { background-color: #49300A; }
a { background-color: rgb(73,48,10); }
div.DivClassName
{
background-color: #49300A;
}
.BgClassName
{
background-color: #49300A;
}
</style>
border-color css
<style>
span { border-color: #49300A; }
span { border-color: rgb(73,48,10); }
td.TdClassName
{
border-color: #49300A;
}
.TagClassName
{
border-color: #49300A;
}
</style>