Shades of Clinker #4C371C
Tints of Clinker #4C371C
RGB
CMYK
RGB Variations
Color information
#4C371C (or 0x4C371C) is known color: Clinker. HEX triplet: 4C, 37 and 1C. RGB value is (76,55,28). Sum of RGB (Red+Green+Blue) = 76+55+28=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C371C is #B3C8E3. Grayscale: #3A3A3A. Windows color (decimal): -11782372 or 1849164. OLE color: 1849164.
HSL color Cylindrical-coordinate representation of color #4C371C: hue angle of 33.75º 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 #4C371C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 55 | 28 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.70 |
| HSL | 33.75º | 0.46% | 0.2% | - |
| HSV(B) | 33.75º | 0.63% | 0.3% | - |
| XYZ | 4.56 | 4.35 | 1.7 | - |
| YUV | 58.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 28 | 0 | 0.28 | 0.63 | 0.70 | 33.75 | 0.46 | 0.2 |
| Hex | 4C | 37 | 1C | 0 | 1C | 3F | 46 | 22 | 2E | 14 |
| Octal | 114 | 67 | 34 | 0 | 34 | 77 | 106 | 42 | 56 | 24 |
| Binary | 1001100 | 110111 | 11100 | 0 | 11100 | 111111 | 1000110 | 100010 | 101110 | 10100 |
Color Harmonies of #4C371C
Complementary color
Monochromatic Colors of #4C371C
Black with #4C371C
Text Example
Text Example
White with #4C371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C371C; }
p { color: rgb(76,55,28); }
H1.HeaderClassName
{
color: #4C371C;
}
.AnyTagClassName
{
color: #4C371C;
}
</style>
background-color css
<style>
a { background-color: #4C371C; }
a { background-color: rgb(76,55,28); }
div.DivClassName
{
background-color: #4C371C;
}
.BgClassName
{
background-color: #4C371C;
}
</style>
border-color css
<style>
span { border-color: #4C371C; }
span { border-color: rgb(76,55,28); }
td.TdClassName
{
border-color: #4C371C;
}
.TagClassName
{
border-color: #4C371C;
}
</style>