Shades of Clinker #4A3216
Tints of Clinker #4A3216
RGB
CMYK
RGB Variations
Color information
#4A3216 (or 0x4A3216) is known color: Clinker. HEX triplet: 4A, 32 and 16. RGB value is (74,50,22). Sum of RGB (Red+Green+Blue) = 74+50+22=146 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.68% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3216 is #B5CDE9. Grayscale: #363636. Windows color (decimal): -11914730 or 1454666. OLE color: 1454666.
HSL color Cylindrical-coordinate representation of color #4A3216: hue angle of 32.31º 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 #4A3216 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 50 | 22 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.71 |
| HSL | 32.31º | 0.54% | 0.19% | - |
| HSV(B) | 32.31º | 0.7% | 0.29% | - |
| XYZ | 4.11 | 3.79 | 1.27 | - |
| YUV | 53.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 22 | 0 | 0.32 | 0.70 | 0.71 | 32.31 | 0.54 | 0.19 |
| Hex | 4A | 32 | 16 | 0 | 20 | 46 | 47 | 20 | 36 | 13 |
| Octal | 112 | 62 | 26 | 0 | 40 | 106 | 107 | 40 | 66 | 23 |
| Binary | 1001010 | 110010 | 10110 | 0 | 100000 | 1000110 | 1000111 | 100000 | 110110 | 10011 |
Color Harmonies of #4A3216
Complementary color
Monochromatic Colors of #4A3216
Black with #4A3216
Text Example
Text Example
White with #4A3216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3216; }
p { color: rgb(74,50,22); }
H1.HeaderClassName
{
color: #4A3216;
}
.AnyTagClassName
{
color: #4A3216;
}
</style>
background-color css
<style>
a { background-color: #4A3216; }
a { background-color: rgb(74,50,22); }
div.DivClassName
{
background-color: #4A3216;
}
.BgClassName
{
background-color: #4A3216;
}
</style>
border-color css
<style>
span { border-color: #4A3216; }
span { border-color: rgb(74,50,22); }
td.TdClassName
{
border-color: #4A3216;
}
.TagClassName
{
border-color: #4A3216;
}
</style>