Shades of Clinker #49341D
Tints of Clinker #49341D
RGB
CMYK
RGB Variations
Color information
#49341D (or 0x49341D) is known color: Clinker. HEX triplet: 49, 34 and 1D. RGB value is (73,52,29). Sum of RGB (Red+Green+Blue) = 73+52+29=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49341D is #B6CBE2. Grayscale: #373737. Windows color (decimal): -11979747 or 1913929. OLE color: 1913929.
HSL color Cylindrical-coordinate representation of color #49341D: hue angle of 31.36º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49341D is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 52 | 29 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.71 |
| HSL | 31.36º | 0.43% | 0.2% | - |
| HSV(B) | 31.36º | 0.6% | 0.29% | - |
| XYZ | 4.2 | 3.96 | 1.71 | - |
| YUV | 55.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 29 | 0 | 0.29 | 0.60 | 0.71 | 31.36 | 0.43 | 0.2 |
| Hex | 49 | 34 | 1D | 0 | 1D | 3C | 47 | 1F | 2B | 14 |
| Octal | 111 | 64 | 35 | 0 | 35 | 74 | 107 | 37 | 53 | 24 |
| Binary | 1001001 | 110100 | 11101 | 0 | 11101 | 111100 | 1000111 | 11111 | 101011 | 10100 |
Color Harmonies of #49341D
Complementary color
Monochromatic Colors of #49341D
Black with #49341D
Text Example
Text Example
White with #49341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49341D; }
p { color: rgb(73,52,29); }
H1.HeaderClassName
{
color: #49341D;
}
.AnyTagClassName
{
color: #49341D;
}
</style>
background-color css
<style>
a { background-color: #49341D; }
a { background-color: rgb(73,52,29); }
div.DivClassName
{
background-color: #49341D;
}
.BgClassName
{
background-color: #49341D;
}
</style>
border-color css
<style>
span { border-color: #49341D; }
span { border-color: rgb(73,52,29); }
td.TdClassName
{
border-color: #49341D;
}
.TagClassName
{
border-color: #49341D;
}
</style>