Shades of Clinker #4C3712
Tints of Clinker #4C3712
RGB
CMYK
RGB Variations
Color information
#4C3712 (or 0x4C3712) is known color: Clinker. HEX triplet: 4C, 37 and 12. RGB value is (76,55,18). Sum of RGB (Red+Green+Blue) = 76+55+18=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3712 is #B3C8ED. Grayscale: #393939. Windows color (decimal): -11782382 or 1193804. OLE color: 1193804.
HSL color Cylindrical-coordinate representation of color #4C3712: hue angle of 38.28º 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 #4C3712 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 55 | 18 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.70 |
| HSL | 38.28º | 0.62% | 0.18% | - |
| HSV(B) | 38.28º | 0.76% | 0.3% | - |
| XYZ | 4.46 | 4.31 | 1.17 | - |
| YUV | 57.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 18 | 0 | 0.28 | 0.76 | 0.70 | 38.28 | 0.62 | 0.18 |
| Hex | 4C | 37 | 12 | 0 | 1C | 4C | 46 | 26 | 3E | 12 |
| Octal | 114 | 67 | 22 | 0 | 34 | 114 | 106 | 46 | 76 | 22 |
| Binary | 1001100 | 110111 | 10010 | 0 | 11100 | 1001100 | 1000110 | 100110 | 111110 | 10010 |
Color Harmonies of #4C3712
Complementary color
Monochromatic Colors of #4C3712
Black with #4C3712
Text Example
Text Example
White with #4C3712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3712; }
p { color: rgb(76,55,18); }
H1.HeaderClassName
{
color: #4C3712;
}
.AnyTagClassName
{
color: #4C3712;
}
</style>
background-color css
<style>
a { background-color: #4C3712; }
a { background-color: rgb(76,55,18); }
div.DivClassName
{
background-color: #4C3712;
}
.BgClassName
{
background-color: #4C3712;
}
</style>
border-color css
<style>
span { border-color: #4C3712; }
span { border-color: rgb(76,55,18); }
td.TdClassName
{
border-color: #4C3712;
}
.TagClassName
{
border-color: #4C3712;
}
</style>