Shades of Clinker #49371F
Tints of Clinker #49371F
RGB
CMYK
RGB Variations
Color information
#49371F (or 0x49371F) is known color: Clinker. HEX triplet: 49, 37 and 1F. RGB value is (73,55,31). Sum of RGB (Red+Green+Blue) = 73+55+31=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #49371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49371F is #B6C8E0. Grayscale: #393939. Windows color (decimal): -11978977 or 2045769. OLE color: 2045769.
HSL color Cylindrical-coordinate representation of color #49371F: hue angle of 34.29º 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 #49371F is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 55 | 31 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.71 |
| HSL | 34.29º | 0.4% | 0.2% | - |
| HSV(B) | 34.29º | 0.58% | 0.29% | - |
| XYZ | 4.36 | 4.25 | 1.89 | - |
| YUV | 57.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 31 | 0 | 0.25 | 0.58 | 0.71 | 34.29 | 0.4 | 0.2 |
| Hex | 49 | 37 | 1F | 0 | 19 | 3A | 47 | 22 | 28 | 14 |
| Octal | 111 | 67 | 37 | 0 | 31 | 72 | 107 | 42 | 50 | 24 |
| Binary | 1001001 | 110111 | 11111 | 0 | 11001 | 111010 | 1000111 | 100010 | 101000 | 10100 |
Color Harmonies of #49371F
Complementary color
Monochromatic Colors of #49371F
Black with #49371F
Text Example
Text Example
White with #49371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49371F; }
p { color: rgb(73,55,31); }
H1.HeaderClassName
{
color: #49371F;
}
.AnyTagClassName
{
color: #49371F;
}
</style>
background-color css
<style>
a { background-color: #49371F; }
a { background-color: rgb(73,55,31); }
div.DivClassName
{
background-color: #49371F;
}
.BgClassName
{
background-color: #49371F;
}
</style>
border-color css
<style>
span { border-color: #49371F; }
span { border-color: rgb(73,55,31); }
td.TdClassName
{
border-color: #49371F;
}
.TagClassName
{
border-color: #49371F;
}
</style>