Shades of Clinker #4C391C
Tints of Clinker #4C391C
RGB
CMYK
RGB Variations
Color information
#4C391C (or 0x4C391C) is known color: Clinker. HEX triplet: 4C, 39 and 1C. RGB value is (76,57,28). Sum of RGB (Red+Green+Blue) = 76+57+28=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C391C is #B3C6E3. Grayscale: #3B3B3B. Windows color (decimal): -11781860 or 1849676. OLE color: 1849676.
HSL color Cylindrical-coordinate representation of color #4C391C: hue angle of 36.25º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C391C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 57 | 28 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.70 |
| HSL | 36.25º | 0.46% | 0.2% | - |
| HSV(B) | 36.25º | 0.63% | 0.3% | - |
| XYZ | 4.65 | 4.55 | 1.73 | - |
| YUV | 59.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 28 | 0 | 0.25 | 0.63 | 0.70 | 36.25 | 0.46 | 0.2 |
| Hex | 4C | 39 | 1C | 0 | 19 | 3F | 46 | 24 | 2E | 14 |
| Octal | 114 | 71 | 34 | 0 | 31 | 77 | 106 | 44 | 56 | 24 |
| Binary | 1001100 | 111001 | 11100 | 0 | 11001 | 111111 | 1000110 | 100100 | 101110 | 10100 |
Color Harmonies of #4C391C
Complementary color
Monochromatic Colors of #4C391C
Black with #4C391C
Text Example
Text Example
White with #4C391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C391C; }
p { color: rgb(76,57,28); }
H1.HeaderClassName
{
color: #4C391C;
}
.AnyTagClassName
{
color: #4C391C;
}
</style>
background-color css
<style>
a { background-color: #4C391C; }
a { background-color: rgb(76,57,28); }
div.DivClassName
{
background-color: #4C391C;
}
.BgClassName
{
background-color: #4C391C;
}
</style>
border-color css
<style>
span { border-color: #4C391C; }
span { border-color: rgb(76,57,28); }
td.TdClassName
{
border-color: #4C391C;
}
.TagClassName
{
border-color: #4C391C;
}
</style>