Shades of Clinker #4A3116
Tints of Clinker #4A3116
RGB
CMYK
RGB Variations
Color information
#4A3116 (or 0x4A3116) is known color: Clinker. HEX triplet: 4A, 31 and 16. RGB value is (74,49,22). Sum of RGB (Red+Green+Blue) = 74+49+22=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3116 is #B5CEE9. Grayscale: #353535. Windows color (decimal): -11914986 or 1454410. OLE color: 1454410.
HSL color Cylindrical-coordinate representation of color #4A3116: hue angle of 31.15º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A3116 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 49 | 22 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.71 |
| HSL | 31.15º | 0.54% | 0.19% | - |
| HSV(B) | 31.15º | 0.7% | 0.29% | - |
| XYZ | 4.07 | 3.71 | 1.26 | - |
| YUV | 53.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 22 | 0 | 0.34 | 0.70 | 0.71 | 31.15 | 0.54 | 0.19 |
| Hex | 4A | 31 | 16 | 0 | 22 | 46 | 47 | 1F | 36 | 13 |
| Octal | 112 | 61 | 26 | 0 | 42 | 106 | 107 | 37 | 66 | 23 |
| Binary | 1001010 | 110001 | 10110 | 0 | 100010 | 1000110 | 1000111 | 11111 | 110110 | 10011 |
Color Harmonies of #4A3116
Complementary color
Monochromatic Colors of #4A3116
Black with #4A3116
Text Example
Text Example
White with #4A3116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3116; }
p { color: rgb(74,49,22); }
H1.HeaderClassName
{
color: #4A3116;
}
.AnyTagClassName
{
color: #4A3116;
}
</style>
background-color css
<style>
a { background-color: #4A3116; }
a { background-color: rgb(74,49,22); }
div.DivClassName
{
background-color: #4A3116;
}
.BgClassName
{
background-color: #4A3116;
}
</style>
border-color css
<style>
span { border-color: #4A3116; }
span { border-color: rgb(74,49,22); }
td.TdClassName
{
border-color: #4A3116;
}
.TagClassName
{
border-color: #4A3116;
}
</style>