Shades of Clinker #49371E
Tints of Clinker #49371E
RGB
CMYK
RGB Variations
Color information
#49371E (or 0x49371E) is known color: Clinker. HEX triplet: 49, 37 and 1E. RGB value is (73,55,30). Sum of RGB (Red+Green+Blue) = 73+55+30=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49371E is #B6C8E1. Grayscale: #393939. Windows color (decimal): -11978978 or 1980233. OLE color: 1980233.
HSL color Cylindrical-coordinate representation of color #49371E: hue angle of 34.88º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49371E is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 55 | 30 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.71 |
| HSL | 34.88º | 0.42% | 0.2% | - |
| HSV(B) | 34.88º | 0.59% | 0.29% | - |
| XYZ | 4.35 | 4.24 | 1.82 | - |
| YUV | 57.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 30 | 0 | 0.25 | 0.59 | 0.71 | 34.88 | 0.42 | 0.2 |
| Hex | 49 | 37 | 1E | 0 | 19 | 3B | 47 | 23 | 2A | 14 |
| Octal | 111 | 67 | 36 | 0 | 31 | 73 | 107 | 43 | 52 | 24 |
| Binary | 1001001 | 110111 | 11110 | 0 | 11001 | 111011 | 1000111 | 100011 | 101010 | 10100 |
Color Harmonies of #49371E
Complementary color
Monochromatic Colors of #49371E
Black with #49371E
Text Example
Text Example
White with #49371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49371E; }
p { color: rgb(73,55,30); }
H1.HeaderClassName
{
color: #49371E;
}
.AnyTagClassName
{
color: #49371E;
}
</style>
background-color css
<style>
a { background-color: #49371E; }
a { background-color: rgb(73,55,30); }
div.DivClassName
{
background-color: #49371E;
}
.BgClassName
{
background-color: #49371E;
}
</style>
border-color css
<style>
span { border-color: #49371E; }
span { border-color: rgb(73,55,30); }
td.TdClassName
{
border-color: #49371E;
}
.TagClassName
{
border-color: #49371E;
}
</style>