Shades of Clinker #4C3511
Tints of Clinker #4C3511
RGB
CMYK
RGB Variations
Color information
#4C3511 (or 0x4C3511) is known color: Clinker. HEX triplet: 4C, 35 and 11. RGB value is (76,53,17). Sum of RGB (Red+Green+Blue) = 76+53+17=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3511 is #B3CAEE. Grayscale: #373737. Windows color (decimal): -11782895 or 1127756. OLE color: 1127756.
HSL color Cylindrical-coordinate representation of color #4C3511: hue angle of 36.61º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C3511 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 53 | 17 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.70 |
| HSL | 36.61º | 0.63% | 0.18% | - |
| HSV(B) | 36.61º | 0.78% | 0.3% | - |
| XYZ | 4.35 | 4.12 | 1.1 | - |
| YUV | 55.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 17 | 0 | 0.30 | 0.78 | 0.70 | 36.61 | 0.63 | 0.18 |
| Hex | 4C | 35 | 11 | 0 | 1E | 4E | 46 | 25 | 3F | 12 |
| Octal | 114 | 65 | 21 | 0 | 36 | 116 | 106 | 45 | 77 | 22 |
| Binary | 1001100 | 110101 | 10001 | 0 | 11110 | 1001110 | 1000110 | 100101 | 111111 | 10010 |
Color Harmonies of #4C3511
Complementary color
Monochromatic Colors of #4C3511
Black with #4C3511
Text Example
Text Example
White with #4C3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3511; }
p { color: rgb(76,53,17); }
H1.HeaderClassName
{
color: #4C3511;
}
.AnyTagClassName
{
color: #4C3511;
}
</style>
background-color css
<style>
a { background-color: #4C3511; }
a { background-color: rgb(76,53,17); }
div.DivClassName
{
background-color: #4C3511;
}
.BgClassName
{
background-color: #4C3511;
}
</style>
border-color css
<style>
span { border-color: #4C3511; }
span { border-color: rgb(76,53,17); }
td.TdClassName
{
border-color: #4C3511;
}
.TagClassName
{
border-color: #4C3511;
}
</style>