Shades of Clinker #49330C
Tints of Clinker #49330C
RGB
CMYK
RGB Variations
Color information
#49330C (or 0x49330C) is known color: Clinker. HEX triplet: 49, 33 and 0C. RGB value is (73,51,12). Sum of RGB (Red+Green+Blue) = 73+51+12=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49330C is #B6CCF3. Grayscale: #353535. Windows color (decimal): -11980020 or 799561. OLE color: 799561.
HSL color Cylindrical-coordinate representation of color #49330C: hue angle of 38.36º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49330C is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 51 | 12 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.71 |
| HSL | 38.36º | 0.72% | 0.17% | - |
| HSV(B) | 38.36º | 0.84% | 0.29% | - |
| XYZ | 4 | 3.81 | 0.87 | - |
| YUV | 53.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 12 | 0 | 0.30 | 0.84 | 0.71 | 38.36 | 0.72 | 0.17 |
| Hex | 49 | 33 | C | 0 | 1E | 54 | 47 | 26 | 48 | 11 |
| Octal | 111 | 63 | 14 | 0 | 36 | 124 | 107 | 46 | 110 | 21 |
| Binary | 1001001 | 110011 | 1100 | 0 | 11110 | 1010100 | 1000111 | 100110 | 1001000 | 10001 |
Color Harmonies of #49330C
Complementary color
Monochromatic Colors of #49330C
Black with #49330C
Text Example
Text Example
White with #49330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49330C; }
p { color: rgb(73,51,12); }
H1.HeaderClassName
{
color: #49330C;
}
.AnyTagClassName
{
color: #49330C;
}
</style>
background-color css
<style>
a { background-color: #49330C; }
a { background-color: rgb(73,51,12); }
div.DivClassName
{
background-color: #49330C;
}
.BgClassName
{
background-color: #49330C;
}
</style>
border-color css
<style>
span { border-color: #49330C; }
span { border-color: rgb(73,51,12); }
td.TdClassName
{
border-color: #49330C;
}
.TagClassName
{
border-color: #49330C;
}
</style>