Shades of Clinker #49371B
Tints of Clinker #49371B
RGB
CMYK
RGB Variations
Color information
#49371B (or 0x49371B) is known color: Clinker. HEX triplet: 49, 37 and 1B. RGB value is (73,55,27). Sum of RGB (Red+Green+Blue) = 73+55+27=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49371B is #B6C8E4. Grayscale: #393939. Windows color (decimal): -11978981 or 1783625. OLE color: 1783625.
HSL color Cylindrical-coordinate representation of color #49371B: hue angle of 36.52º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49371B is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 55 | 27 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.71 |
| HSL | 36.52º | 0.46% | 0.2% | - |
| HSV(B) | 36.52º | 0.63% | 0.29% | - |
| XYZ | 4.31 | 4.23 | 1.63 | - |
| YUV | 57.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 27 | 0 | 0.25 | 0.63 | 0.71 | 36.52 | 0.46 | 0.2 |
| Hex | 49 | 37 | 1B | 0 | 19 | 3F | 47 | 25 | 2E | 14 |
| Octal | 111 | 67 | 33 | 0 | 31 | 77 | 107 | 45 | 56 | 24 |
| Binary | 1001001 | 110111 | 11011 | 0 | 11001 | 111111 | 1000111 | 100101 | 101110 | 10100 |
Color Harmonies of #49371B
Complementary color
Monochromatic Colors of #49371B
Black with #49371B
Text Example
Text Example
White with #49371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49371B; }
p { color: rgb(73,55,27); }
H1.HeaderClassName
{
color: #49371B;
}
.AnyTagClassName
{
color: #49371B;
}
</style>
background-color css
<style>
a { background-color: #49371B; }
a { background-color: rgb(73,55,27); }
div.DivClassName
{
background-color: #49371B;
}
.BgClassName
{
background-color: #49371B;
}
</style>
border-color css
<style>
span { border-color: #49371B; }
span { border-color: rgb(73,55,27); }
td.TdClassName
{
border-color: #49371B;
}
.TagClassName
{
border-color: #49371B;
}
</style>