Shades of Clinker #49391C
Tints of Clinker #49391C
RGB
CMYK
RGB Variations
Color information
#49391C (or 0x49391C) is known color: Clinker. HEX triplet: 49, 39 and 1C. RGB value is (73,57,28). Sum of RGB (Red+Green+Blue) = 73+57+28=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49391C is #B6C6E3. Grayscale: #3A3A3A. Windows color (decimal): -11978468 or 1849673. OLE color: 1849673.
HSL color Cylindrical-coordinate representation of color #49391C: hue angle of 38.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49391C is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 57 | 28 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.71 |
| HSL | 38.67º | 0.45% | 0.2% | - |
| HSV(B) | 38.67º | 0.62% | 0.29% | - |
| XYZ | 4.42 | 4.43 | 1.72 | - |
| YUV | 58.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 28 | 0 | 0.22 | 0.62 | 0.71 | 38.67 | 0.45 | 0.2 |
| Hex | 49 | 39 | 1C | 0 | 16 | 3E | 47 | 27 | 2D | 14 |
| Octal | 111 | 71 | 34 | 0 | 26 | 76 | 107 | 47 | 55 | 24 |
| Binary | 1001001 | 111001 | 11100 | 0 | 10110 | 111110 | 1000111 | 100111 | 101101 | 10100 |
Color Harmonies of #49391C
Complementary color
Monochromatic Colors of #49391C
Black with #49391C
Text Example
Text Example
White with #49391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49391C; }
p { color: rgb(73,57,28); }
H1.HeaderClassName
{
color: #49391C;
}
.AnyTagClassName
{
color: #49391C;
}
</style>
background-color css
<style>
a { background-color: #49391C; }
a { background-color: rgb(73,57,28); }
div.DivClassName
{
background-color: #49391C;
}
.BgClassName
{
background-color: #49391C;
}
</style>
border-color css
<style>
span { border-color: #49391C; }
span { border-color: rgb(73,57,28); }
td.TdClassName
{
border-color: #49391C;
}
.TagClassName
{
border-color: #49391C;
}
</style>