Shades of Clinker #4C3A25
Tints of Clinker #4C3A25
RGB
CMYK
RGB Variations
Color information
#4C3A25 (or 0x4C3A25) is known color: Clinker. HEX triplet: 4C, 3A and 25. RGB value is (76,58,37). Sum of RGB (Red+Green+Blue) = 76+58+37=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3A25 is #B3C5DA. Grayscale: #3D3D3D. Windows color (decimal): -11781595 or 2439756. OLE color: 2439756.
HSL color Cylindrical-coordinate representation of color #4C3A25: hue angle of 32.31º 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 #4C3A25 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 58 | 37 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.70 |
| HSL | 32.31º | 0.35% | 0.22% | - |
| HSV(B) | 32.31º | 0.51% | 0.3% | - |
| XYZ | 4.83 | 4.7 | 2.4 | - |
| YUV | 60.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 37 | 0 | 0.24 | 0.51 | 0.70 | 32.31 | 0.35 | 0.22 |
| Hex | 4C | 3A | 25 | 0 | 18 | 33 | 46 | 20 | 23 | 16 |
| Octal | 114 | 72 | 45 | 0 | 30 | 63 | 106 | 40 | 43 | 26 |
| Binary | 1001100 | 111010 | 100101 | 0 | 11000 | 110011 | 1000110 | 100000 | 100011 | 10110 |
Color Harmonies of #4C3A25
Complementary color
Monochromatic Colors of #4C3A25
Black with #4C3A25
Text Example
Text Example
White with #4C3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3A25; }
p { color: rgb(76,58,37); }
H1.HeaderClassName
{
color: #4C3A25;
}
.AnyTagClassName
{
color: #4C3A25;
}
</style>
background-color css
<style>
a { background-color: #4C3A25; }
a { background-color: rgb(76,58,37); }
div.DivClassName
{
background-color: #4C3A25;
}
.BgClassName
{
background-color: #4C3A25;
}
</style>
border-color css
<style>
span { border-color: #4C3A25; }
span { border-color: rgb(76,58,37); }
td.TdClassName
{
border-color: #4C3A25;
}
.TagClassName
{
border-color: #4C3A25;
}
</style>