Shades of Clinker #49341F
Tints of Clinker #49341F
RGB
CMYK
RGB Variations
Color information
#49341F (or 0x49341F) is known color: Clinker. HEX triplet: 49, 34 and 1F. RGB value is (73,52,31). Sum of RGB (Red+Green+Blue) = 73+52+31=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49341F is #B6CBE0. Grayscale: #373737. Windows color (decimal): -11979745 or 2045001. OLE color: 2045001.
HSL color Cylindrical-coordinate representation of color #49341F: hue angle of 30º 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 #49341F is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 52 | 31 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.71 |
| HSL | 30º | 0.4% | 0.2% | - |
| HSV(B) | 30º | 0.58% | 0.29% | - |
| XYZ | 4.22 | 3.97 | 1.84 | - |
| YUV | 55.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 31 | 0 | 0.29 | 0.58 | 0.71 | 30 | 0.4 | 0.2 |
| Hex | 49 | 34 | 1F | 0 | 1D | 3A | 47 | 1E | 28 | 14 |
| Octal | 111 | 64 | 37 | 0 | 35 | 72 | 107 | 36 | 50 | 24 |
| Binary | 1001001 | 110100 | 11111 | 0 | 11101 | 111010 | 1000111 | 11110 | 101000 | 10100 |
Color Harmonies of #49341F
Complementary color
Monochromatic Colors of #49341F
Black with #49341F
Text Example
Text Example
White with #49341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49341F; }
p { color: rgb(73,52,31); }
H1.HeaderClassName
{
color: #49341F;
}
.AnyTagClassName
{
color: #49341F;
}
</style>
background-color css
<style>
a { background-color: #49341F; }
a { background-color: rgb(73,52,31); }
div.DivClassName
{
background-color: #49341F;
}
.BgClassName
{
background-color: #49341F;
}
</style>
border-color css
<style>
span { border-color: #49341F; }
span { border-color: rgb(73,52,31); }
td.TdClassName
{
border-color: #49341F;
}
.TagClassName
{
border-color: #49341F;
}
</style>