Shades of Clinker #49391D
Tints of Clinker #49391D
RGB
CMYK
RGB Variations
Color information
#49391D (or 0x49391D) is known color: Clinker. HEX triplet: 49, 39 and 1D. RGB value is (73,57,29). Sum of RGB (Red+Green+Blue) = 73+57+29=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #49391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49391D is #B6C6E2. Grayscale: #3A3A3A. Windows color (decimal): -11978467 or 1915209. OLE color: 1915209.
HSL color Cylindrical-coordinate representation of color #49391D: hue angle of 38.18º 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 #49391D is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 57 | 29 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.71 |
| HSL | 38.18º | 0.43% | 0.2% | - |
| HSV(B) | 38.18º | 0.6% | 0.29% | - |
| XYZ | 4.43 | 4.43 | 1.78 | - |
| YUV | 58.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 29 | 0 | 0.22 | 0.60 | 0.71 | 38.18 | 0.43 | 0.2 |
| Hex | 49 | 39 | 1D | 0 | 16 | 3C | 47 | 26 | 2B | 14 |
| Octal | 111 | 71 | 35 | 0 | 26 | 74 | 107 | 46 | 53 | 24 |
| Binary | 1001001 | 111001 | 11101 | 0 | 10110 | 111100 | 1000111 | 100110 | 101011 | 10100 |
Color Harmonies of #49391D
Complementary color
Monochromatic Colors of #49391D
Black with #49391D
Text Example
Text Example
White with #49391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49391D; }
p { color: rgb(73,57,29); }
H1.HeaderClassName
{
color: #49391D;
}
.AnyTagClassName
{
color: #49391D;
}
</style>
background-color css
<style>
a { background-color: #49391D; }
a { background-color: rgb(73,57,29); }
div.DivClassName
{
background-color: #49391D;
}
.BgClassName
{
background-color: #49391D;
}
</style>
border-color css
<style>
span { border-color: #49391D; }
span { border-color: rgb(73,57,29); }
td.TdClassName
{
border-color: #49391D;
}
.TagClassName
{
border-color: #49391D;
}
</style>