Shades of Clinker #49341C
Tints of Clinker #49341C
RGB
CMYK
RGB Variations
Color information
#49341C (or 0x49341C) is known color: Clinker. HEX triplet: 49, 34 and 1C. RGB value is (73,52,28). Sum of RGB (Red+Green+Blue) = 73+52+28=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49341C is #B6CBE3. Grayscale: #373737. Windows color (decimal): -11979748 or 1848393. OLE color: 1848393.
HSL color Cylindrical-coordinate representation of color #49341C: hue angle of 32º 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 #49341C is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 52 | 28 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.71 |
| HSL | 32º | 0.45% | 0.2% | - |
| HSV(B) | 32º | 0.62% | 0.29% | - |
| XYZ | 4.19 | 3.96 | 1.64 | - |
| YUV | 55.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 28 | 0 | 0.29 | 0.62 | 0.71 | 32 | 0.45 | 0.2 |
| Hex | 49 | 34 | 1C | 0 | 1D | 3E | 47 | 20 | 2D | 14 |
| Octal | 111 | 64 | 34 | 0 | 35 | 76 | 107 | 40 | 55 | 24 |
| Binary | 1001001 | 110100 | 11100 | 0 | 11101 | 111110 | 1000111 | 100000 | 101101 | 10100 |
Color Harmonies of #49341C
Complementary color
Monochromatic Colors of #49341C
Black with #49341C
Text Example
Text Example
White with #49341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49341C; }
p { color: rgb(73,52,28); }
H1.HeaderClassName
{
color: #49341C;
}
.AnyTagClassName
{
color: #49341C;
}
</style>
background-color css
<style>
a { background-color: #49341C; }
a { background-color: rgb(73,52,28); }
div.DivClassName
{
background-color: #49341C;
}
.BgClassName
{
background-color: #49341C;
}
</style>
border-color css
<style>
span { border-color: #49341C; }
span { border-color: rgb(73,52,28); }
td.TdClassName
{
border-color: #49341C;
}
.TagClassName
{
border-color: #49341C;
}
</style>