Shades of Clinker #49331D
Tints of Clinker #49331D
RGB
CMYK
RGB Variations
Color information
#49331D (or 0x49331D) is known color: Clinker. HEX triplet: 49, 33 and 1D. RGB value is (73,51,29). Sum of RGB (Red+Green+Blue) = 73+51+29=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49331D is #B6CCE2. Grayscale: #373737. Windows color (decimal): -11980003 or 1913673. OLE color: 1913673.
HSL color Cylindrical-coordinate representation of color #49331D: hue angle of 30º 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 #49331D is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 51 | 29 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.71 |
| HSL | 30º | 0.43% | 0.2% | - |
| HSV(B) | 30º | 0.6% | 0.29% | - |
| XYZ | 4.15 | 3.87 | 1.69 | - |
| YUV | 55.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 29 | 0 | 0.30 | 0.60 | 0.71 | 30 | 0.43 | 0.2 |
| Hex | 49 | 33 | 1D | 0 | 1E | 3C | 47 | 1E | 2B | 14 |
| Octal | 111 | 63 | 35 | 0 | 36 | 74 | 107 | 36 | 53 | 24 |
| Binary | 1001001 | 110011 | 11101 | 0 | 11110 | 111100 | 1000111 | 11110 | 101011 | 10100 |
Color Harmonies of #49331D
Complementary color
Monochromatic Colors of #49331D
Black with #49331D
Text Example
Text Example
White with #49331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49331D; }
p { color: rgb(73,51,29); }
H1.HeaderClassName
{
color: #49331D;
}
.AnyTagClassName
{
color: #49331D;
}
</style>
background-color css
<style>
a { background-color: #49331D; }
a { background-color: rgb(73,51,29); }
div.DivClassName
{
background-color: #49331D;
}
.BgClassName
{
background-color: #49331D;
}
</style>
border-color css
<style>
span { border-color: #49331D; }
span { border-color: rgb(73,51,29); }
td.TdClassName
{
border-color: #49331D;
}
.TagClassName
{
border-color: #49331D;
}
</style>