Shades of Clinker #4C3512
Tints of Clinker #4C3512
RGB
CMYK
RGB Variations
Color information
#4C3512 (or 0x4C3512) is known color: Clinker. HEX triplet: 4C, 35 and 12. RGB value is (76,53,18). Sum of RGB (Red+Green+Blue) = 76+53+18=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3512 is #B3CAED. Grayscale: #383838. Windows color (decimal): -11782894 or 1193292. OLE color: 1193292.
HSL color Cylindrical-coordinate representation of color #4C3512: hue angle of 36.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C3512 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 53 | 18 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.70 |
| HSL | 36.21º | 0.62% | 0.18% | - |
| HSV(B) | 36.21º | 0.76% | 0.3% | - |
| XYZ | 4.36 | 4.13 | 1.14 | - |
| YUV | 55.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 18 | 0 | 0.30 | 0.76 | 0.70 | 36.21 | 0.62 | 0.18 |
| Hex | 4C | 35 | 12 | 0 | 1E | 4C | 46 | 24 | 3E | 12 |
| Octal | 114 | 65 | 22 | 0 | 36 | 114 | 106 | 44 | 76 | 22 |
| Binary | 1001100 | 110101 | 10010 | 0 | 11110 | 1001100 | 1000110 | 100100 | 111110 | 10010 |
Color Harmonies of #4C3512
Complementary color
Monochromatic Colors of #4C3512
Black with #4C3512
Text Example
Text Example
White with #4C3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3512; }
p { color: rgb(76,53,18); }
H1.HeaderClassName
{
color: #4C3512;
}
.AnyTagClassName
{
color: #4C3512;
}
</style>
background-color css
<style>
a { background-color: #4C3512; }
a { background-color: rgb(76,53,18); }
div.DivClassName
{
background-color: #4C3512;
}
.BgClassName
{
background-color: #4C3512;
}
</style>
border-color css
<style>
span { border-color: #4C3512; }
span { border-color: rgb(76,53,18); }
td.TdClassName
{
border-color: #4C3512;
}
.TagClassName
{
border-color: #4C3512;
}
</style>