Shades of Clinker #4C3B20
Tints of Clinker #4C3B20
RGB
CMYK
RGB Variations
Color information
#4C3B20 (or 0x4C3B20) is known color: Clinker. HEX triplet: 4C, 3B and 20. RGB value is (76,59,32). Sum of RGB (Red+Green+Blue) = 76+59+32=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3B20 is #B3C4DF. Grayscale: #3D3D3D. Windows color (decimal): -11781344 or 2112332. OLE color: 2112332.
HSL color Cylindrical-coordinate representation of color #4C3B20: hue angle of 36.82º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C3B20 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 59 | 32 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.70 |
| HSL | 36.82º | 0.41% | 0.21% | - |
| HSV(B) | 36.82º | 0.58% | 0.3% | - |
| XYZ | 4.81 | 4.77 | 2.03 | - |
| YUV | 61.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 59 | 32 | 0 | 0.22 | 0.58 | 0.70 | 36.82 | 0.41 | 0.21 |
| Hex | 4C | 3B | 20 | 0 | 16 | 3A | 46 | 25 | 29 | 15 |
| Octal | 114 | 73 | 40 | 0 | 26 | 72 | 106 | 45 | 51 | 25 |
| Binary | 1001100 | 111011 | 100000 | 0 | 10110 | 111010 | 1000110 | 100101 | 101001 | 10101 |
Color Harmonies of #4C3B20
Complementary color
Monochromatic Colors of #4C3B20
Black with #4C3B20
Text Example
Text Example
White with #4C3B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3B20; }
p { color: rgb(76,59,32); }
H1.HeaderClassName
{
color: #4C3B20;
}
.AnyTagClassName
{
color: #4C3B20;
}
</style>
background-color css
<style>
a { background-color: #4C3B20; }
a { background-color: rgb(76,59,32); }
div.DivClassName
{
background-color: #4C3B20;
}
.BgClassName
{
background-color: #4C3B20;
}
</style>
border-color css
<style>
span { border-color: #4C3B20; }
span { border-color: rgb(76,59,32); }
td.TdClassName
{
border-color: #4C3B20;
}
.TagClassName
{
border-color: #4C3B20;
}
</style>