Shades of Clinker #49351F
Tints of Clinker #49351F
RGB
CMYK
RGB Variations
Color information
#49351F (or 0x49351F) is known color: Clinker. HEX triplet: 49, 35 and 1F. RGB value is (73,53,31). Sum of RGB (Red+Green+Blue) = 73+53+31=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49351F is #B6CAE0. Grayscale: #383838. Windows color (decimal): -11979489 or 2045257. OLE color: 2045257.
HSL color Cylindrical-coordinate representation of color #49351F: hue angle of 31.43º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49351F is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 53 | 31 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.71 |
| HSL | 31.43º | 0.4% | 0.2% | - |
| HSV(B) | 31.43º | 0.58% | 0.29% | - |
| XYZ | 4.27 | 4.06 | 1.86 | - |
| YUV | 56.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 31 | 0 | 0.27 | 0.58 | 0.71 | 31.43 | 0.4 | 0.2 |
| Hex | 49 | 35 | 1F | 0 | 1B | 3A | 47 | 1F | 28 | 14 |
| Octal | 111 | 65 | 37 | 0 | 33 | 72 | 107 | 37 | 50 | 24 |
| Binary | 1001001 | 110101 | 11111 | 0 | 11011 | 111010 | 1000111 | 11111 | 101000 | 10100 |
Color Harmonies of #49351F
Complementary color
Monochromatic Colors of #49351F
Black with #49351F
Text Example
Text Example
White with #49351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49351F; }
p { color: rgb(73,53,31); }
H1.HeaderClassName
{
color: #49351F;
}
.AnyTagClassName
{
color: #49351F;
}
</style>
background-color css
<style>
a { background-color: #49351F; }
a { background-color: rgb(73,53,31); }
div.DivClassName
{
background-color: #49351F;
}
.BgClassName
{
background-color: #49351F;
}
</style>
border-color css
<style>
span { border-color: #49351F; }
span { border-color: rgb(73,53,31); }
td.TdClassName
{
border-color: #49351F;
}
.TagClassName
{
border-color: #49351F;
}
</style>