Shades of Clinker #49391E
Tints of Clinker #49391E
RGB
CMYK
RGB Variations
Color information
#49391E (or 0x49391E) is known color: Clinker. HEX triplet: 49, 39 and 1E. RGB value is (73,57,30). Sum of RGB (Red+Green+Blue) = 73+57+30=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #49391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49391E is #B6C6E1. Grayscale: #3A3A3A. Windows color (decimal): -11978466 or 1980745. OLE color: 1980745.
HSL color Cylindrical-coordinate representation of color #49391E: hue angle of 37.67º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49391E is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 57 | 30 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.71 |
| HSL | 37.67º | 0.42% | 0.2% | - |
| HSV(B) | 37.67º | 0.59% | 0.29% | - |
| XYZ | 4.45 | 4.44 | 1.85 | - |
| YUV | 58.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 30 | 0 | 0.22 | 0.59 | 0.71 | 37.67 | 0.42 | 0.2 |
| Hex | 49 | 39 | 1E | 0 | 16 | 3B | 47 | 26 | 2A | 14 |
| Octal | 111 | 71 | 36 | 0 | 26 | 73 | 107 | 46 | 52 | 24 |
| Binary | 1001001 | 111001 | 11110 | 0 | 10110 | 111011 | 1000111 | 100110 | 101010 | 10100 |
Color Harmonies of #49391E
Complementary color
Monochromatic Colors of #49391E
Black with #49391E
Text Example
Text Example
White with #49391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49391E; }
p { color: rgb(73,57,30); }
H1.HeaderClassName
{
color: #49391E;
}
.AnyTagClassName
{
color: #49391E;
}
</style>
background-color css
<style>
a { background-color: #49391E; }
a { background-color: rgb(73,57,30); }
div.DivClassName
{
background-color: #49391E;
}
.BgClassName
{
background-color: #49391E;
}
</style>
border-color css
<style>
span { border-color: #49391E; }
span { border-color: rgb(73,57,30); }
td.TdClassName
{
border-color: #49391E;
}
.TagClassName
{
border-color: #49391E;
}
</style>