Shades of Clinker #4C3B25
Tints of Clinker #4C3B25
RGB
CMYK
RGB Variations
Color information
#4C3B25 (or 0x4C3B25) is known color: Clinker. HEX triplet: 4C, 3B and 25. RGB value is (76,59,37). Sum of RGB (Red+Green+Blue) = 76+59+37=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3B25 is #B3C4DA. Grayscale: #3D3D3D. Windows color (decimal): -11781339 or 2440012. OLE color: 2440012.
HSL color Cylindrical-coordinate representation of color #4C3B25: hue angle of 33.85º 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 #4C3B25 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 59 | 37 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.70 |
| HSL | 33.85º | 0.35% | 0.22% | - |
| HSV(B) | 33.85º | 0.51% | 0.3% | - |
| XYZ | 4.88 | 4.8 | 2.42 | - |
| YUV | 61.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 59 | 37 | 0 | 0.22 | 0.51 | 0.70 | 33.85 | 0.35 | 0.22 |
| Hex | 4C | 3B | 25 | 0 | 16 | 33 | 46 | 22 | 23 | 16 |
| Octal | 114 | 73 | 45 | 0 | 26 | 63 | 106 | 42 | 43 | 26 |
| Binary | 1001100 | 111011 | 100101 | 0 | 10110 | 110011 | 1000110 | 100010 | 100011 | 10110 |
Color Harmonies of #4C3B25
Complementary color
Monochromatic Colors of #4C3B25
Black with #4C3B25
Text Example
Text Example
White with #4C3B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3B25; }
p { color: rgb(76,59,37); }
H1.HeaderClassName
{
color: #4C3B25;
}
.AnyTagClassName
{
color: #4C3B25;
}
</style>
background-color css
<style>
a { background-color: #4C3B25; }
a { background-color: rgb(76,59,37); }
div.DivClassName
{
background-color: #4C3B25;
}
.BgClassName
{
background-color: #4C3B25;
}
</style>
border-color css
<style>
span { border-color: #4C3B25; }
span { border-color: rgb(76,59,37); }
td.TdClassName
{
border-color: #4C3B25;
}
.TagClassName
{
border-color: #4C3B25;
}
</style>