Shades of Clinker #4C3516
Tints of Clinker #4C3516
RGB
CMYK
RGB Variations
Color information
#4C3516 (or 0x4C3516) is known color: Clinker. HEX triplet: 4C, 35 and 16. RGB value is (76,53,22). Sum of RGB (Red+Green+Blue) = 76+53+22=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3516 is #B3CAE9. Grayscale: #383838. Windows color (decimal): -11782890 or 1455436. OLE color: 1455436.
HSL color Cylindrical-coordinate representation of color #4C3516: hue angle of 34.44º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C3516 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 53 | 22 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.70 |
| HSL | 34.44º | 0.55% | 0.19% | - |
| HSV(B) | 34.44º | 0.71% | 0.3% | - |
| XYZ | 4.4 | 4.14 | 1.33 | - |
| YUV | 56.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 22 | 0 | 0.30 | 0.71 | 0.70 | 34.44 | 0.55 | 0.19 |
| Hex | 4C | 35 | 16 | 0 | 1E | 47 | 46 | 22 | 37 | 13 |
| Octal | 114 | 65 | 26 | 0 | 36 | 107 | 106 | 42 | 67 | 23 |
| Binary | 1001100 | 110101 | 10110 | 0 | 11110 | 1000111 | 1000110 | 100010 | 110111 | 10011 |
Color Harmonies of #4C3516
Complementary color
Monochromatic Colors of #4C3516
Black with #4C3516
Text Example
Text Example
White with #4C3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3516; }
p { color: rgb(76,53,22); }
H1.HeaderClassName
{
color: #4C3516;
}
.AnyTagClassName
{
color: #4C3516;
}
</style>
background-color css
<style>
a { background-color: #4C3516; }
a { background-color: rgb(76,53,22); }
div.DivClassName
{
background-color: #4C3516;
}
.BgClassName
{
background-color: #4C3516;
}
</style>
border-color css
<style>
span { border-color: #4C3516; }
span { border-color: rgb(76,53,22); }
td.TdClassName
{
border-color: #4C3516;
}
.TagClassName
{
border-color: #4C3516;
}
</style>