Shades of Clinker #49361E
Tints of Clinker #49361E
RGB
CMYK
RGB Variations
Color information
#49361E (or 0x49361E) is known color: Clinker. HEX triplet: 49, 36 and 1E. RGB value is (73,54,30). Sum of RGB (Red+Green+Blue) = 73+54+30=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49361E is #B6C9E1. Grayscale: #393939. Windows color (decimal): -11979234 or 1979977. OLE color: 1979977.
HSL color Cylindrical-coordinate representation of color #49361E: hue angle of 33.49º 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 #49361E is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 54 | 30 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.71 |
| HSL | 33.49º | 0.42% | 0.2% | - |
| HSV(B) | 33.49º | 0.59% | 0.29% | - |
| XYZ | 4.3 | 4.15 | 1.8 | - |
| YUV | 56.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 30 | 0 | 0.26 | 0.59 | 0.71 | 33.49 | 0.42 | 0.2 |
| Hex | 49 | 36 | 1E | 0 | 1A | 3B | 47 | 21 | 2A | 14 |
| Octal | 111 | 66 | 36 | 0 | 32 | 73 | 107 | 41 | 52 | 24 |
| Binary | 1001001 | 110110 | 11110 | 0 | 11010 | 111011 | 1000111 | 100001 | 101010 | 10100 |
Color Harmonies of #49361E
Complementary color
Monochromatic Colors of #49361E
Black with #49361E
Text Example
Text Example
White with #49361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49361E; }
p { color: rgb(73,54,30); }
H1.HeaderClassName
{
color: #49361E;
}
.AnyTagClassName
{
color: #49361E;
}
</style>
background-color css
<style>
a { background-color: #49361E; }
a { background-color: rgb(73,54,30); }
div.DivClassName
{
background-color: #49361E;
}
.BgClassName
{
background-color: #49361E;
}
</style>
border-color css
<style>
span { border-color: #49361E; }
span { border-color: rgb(73,54,30); }
td.TdClassName
{
border-color: #49361E;
}
.TagClassName
{
border-color: #49361E;
}
</style>