Shades of Clinker #49351E
Tints of Clinker #49351E
RGB
CMYK
RGB Variations
Color information
#49351E (or 0x49351E) is known color: Clinker. HEX triplet: 49, 35 and 1E. RGB value is (73,53,30). Sum of RGB (Red+Green+Blue) = 73+53+30=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49351E is #B6CAE1. Grayscale: #383838. Windows color (decimal): -11979490 or 1979721. OLE color: 1979721.
HSL color Cylindrical-coordinate representation of color #49351E: hue angle of 32.09º 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 #49351E is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 53 | 30 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.71 |
| HSL | 32.09º | 0.42% | 0.2% | - |
| HSV(B) | 32.09º | 0.59% | 0.29% | - |
| XYZ | 4.26 | 4.06 | 1.79 | - |
| YUV | 56.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 30 | 0 | 0.27 | 0.59 | 0.71 | 32.09 | 0.42 | 0.2 |
| Hex | 49 | 35 | 1E | 0 | 1B | 3B | 47 | 20 | 2A | 14 |
| Octal | 111 | 65 | 36 | 0 | 33 | 73 | 107 | 40 | 52 | 24 |
| Binary | 1001001 | 110101 | 11110 | 0 | 11011 | 111011 | 1000111 | 100000 | 101010 | 10100 |
Color Harmonies of #49351E
Complementary color
Monochromatic Colors of #49351E
Black with #49351E
Text Example
Text Example
White with #49351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49351E; }
p { color: rgb(73,53,30); }
H1.HeaderClassName
{
color: #49351E;
}
.AnyTagClassName
{
color: #49351E;
}
</style>
background-color css
<style>
a { background-color: #49351E; }
a { background-color: rgb(73,53,30); }
div.DivClassName
{
background-color: #49351E;
}
.BgClassName
{
background-color: #49351E;
}
</style>
border-color css
<style>
span { border-color: #49351E; }
span { border-color: rgb(73,53,30); }
td.TdClassName
{
border-color: #49351E;
}
.TagClassName
{
border-color: #49351E;
}
</style>