Shades of Clinker #4C3C25
Tints of Clinker #4C3C25
RGB
CMYK
RGB Variations
Color information
#4C3C25 (or 0x4C3C25) is known color: Clinker. HEX triplet: 4C, 3C and 25. RGB value is (76,60,37). Sum of RGB (Red+Green+Blue) = 76+60+37=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C25 is #B3C3DA. Grayscale: #3E3E3E. Windows color (decimal): -11781083 or 2440268. OLE color: 2440268.
HSL color Cylindrical-coordinate representation of color #4C3C25: hue angle of 35.38º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C3C25 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 60 | 37 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.70 |
| HSL | 35.38º | 0.35% | 0.22% | - |
| HSV(B) | 35.38º | 0.51% | 0.3% | - |
| XYZ | 4.93 | 4.9 | 2.44 | - |
| YUV | 62.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 37 | 0 | 0.21 | 0.51 | 0.70 | 35.38 | 0.35 | 0.22 |
| Hex | 4C | 3C | 25 | 0 | 15 | 33 | 46 | 23 | 23 | 16 |
| Octal | 114 | 74 | 45 | 0 | 25 | 63 | 106 | 43 | 43 | 26 |
| Binary | 1001100 | 111100 | 100101 | 0 | 10101 | 110011 | 1000110 | 100011 | 100011 | 10110 |
Color Harmonies of #4C3C25
Complementary color
Monochromatic Colors of #4C3C25
Black with #4C3C25
Text Example
Text Example
White with #4C3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3C25; }
p { color: rgb(76,60,37); }
H1.HeaderClassName
{
color: #4C3C25;
}
.AnyTagClassName
{
color: #4C3C25;
}
</style>
background-color css
<style>
a { background-color: #4C3C25; }
a { background-color: rgb(76,60,37); }
div.DivClassName
{
background-color: #4C3C25;
}
.BgClassName
{
background-color: #4C3C25;
}
</style>
border-color css
<style>
span { border-color: #4C3C25; }
span { border-color: rgb(76,60,37); }
td.TdClassName
{
border-color: #4C3C25;
}
.TagClassName
{
border-color: #4C3C25;
}
</style>