Shades of Clinker #4C3C26
Tints of Clinker #4C3C26
RGB
CMYK
RGB Variations
Color information
#4C3C26 (or 0x4C3C26) is known color: Clinker. HEX triplet: 4C, 3C and 26. RGB value is (76,60,38). Sum of RGB (Red+Green+Blue) = 76+60+38=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C26 is #B3C3D9. Grayscale: #3E3E3E. Windows color (decimal): -11781082 or 2505804. OLE color: 2505804.
HSL color Cylindrical-coordinate representation of color #4C3C26: hue angle of 34.74º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C3C26 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 60 | 38 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.70 |
| HSL | 34.74º | 0.33% | 0.22% | - |
| HSV(B) | 34.74º | 0.5% | 0.3% | - |
| XYZ | 4.95 | 4.91 | 2.52 | - |
| YUV | 62.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 38 | 0 | 0.21 | 0.5 | 0.70 | 34.74 | 0.33 | 0.22 |
| Hex | 4C | 3C | 26 | 0 | 15 | 32 | 46 | 23 | 21 | 16 |
| Octal | 114 | 74 | 46 | 0 | 25 | 62 | 106 | 43 | 41 | 26 |
| Binary | 1001100 | 111100 | 100110 | 0 | 10101 | 110010 | 1000110 | 100011 | 100001 | 10110 |
Color Harmonies of #4C3C26
Complementary color
Monochromatic Colors of #4C3C26
Black with #4C3C26
Text Example
Text Example
White with #4C3C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3C26; }
p { color: rgb(76,60,38); }
H1.HeaderClassName
{
color: #4C3C26;
}
.AnyTagClassName
{
color: #4C3C26;
}
</style>
background-color css
<style>
a { background-color: #4C3C26; }
a { background-color: rgb(76,60,38); }
div.DivClassName
{
background-color: #4C3C26;
}
.BgClassName
{
background-color: #4C3C26;
}
</style>
border-color css
<style>
span { border-color: #4C3C26; }
span { border-color: rgb(76,60,38); }
td.TdClassName
{
border-color: #4C3C26;
}
.TagClassName
{
border-color: #4C3C26;
}
</style>