Shades of Clinker #49391F
Tints of Clinker #49391F
RGB
CMYK
RGB Variations
Color information
#49391F (or 0x49391F) is known color: Clinker. HEX triplet: 49, 39 and 1F. RGB value is (73,57,31). Sum of RGB (Red+Green+Blue) = 73+57+31=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #49391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49391F is #B6C6E0. Grayscale: #3A3A3A. Windows color (decimal): -11978465 or 2046281. OLE color: 2046281.
HSL color Cylindrical-coordinate representation of color #49391F: hue angle of 37.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49391F is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 57 | 31 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.71 |
| HSL | 37.14º | 0.4% | 0.2% | - |
| HSV(B) | 37.14º | 0.58% | 0.29% | - |
| XYZ | 4.46 | 4.44 | 1.92 | - |
| YUV | 58.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 31 | 0 | 0.22 | 0.58 | 0.71 | 37.14 | 0.4 | 0.2 |
| Hex | 49 | 39 | 1F | 0 | 16 | 3A | 47 | 25 | 28 | 14 |
| Octal | 111 | 71 | 37 | 0 | 26 | 72 | 107 | 45 | 50 | 24 |
| Binary | 1001001 | 111001 | 11111 | 0 | 10110 | 111010 | 1000111 | 100101 | 101000 | 10100 |
Color Harmonies of #49391F
Complementary color
Monochromatic Colors of #49391F
Black with #49391F
Text Example
Text Example
White with #49391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49391F; }
p { color: rgb(73,57,31); }
H1.HeaderClassName
{
color: #49391F;
}
.AnyTagClassName
{
color: #49391F;
}
</style>
background-color css
<style>
a { background-color: #49391F; }
a { background-color: rgb(73,57,31); }
div.DivClassName
{
background-color: #49391F;
}
.BgClassName
{
background-color: #49391F;
}
</style>
border-color css
<style>
span { border-color: #49391F; }
span { border-color: rgb(73,57,31); }
td.TdClassName
{
border-color: #49391F;
}
.TagClassName
{
border-color: #49391F;
}
</style>