Shades of Clinker #4C3520
Tints of Clinker #4C3520
RGB
CMYK
RGB Variations
Color information
#4C3520 (or 0x4C3520) is known color: Clinker. HEX triplet: 4C, 35 and 20. RGB value is (76,53,32). Sum of RGB (Red+Green+Blue) = 76+53+32=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3520 is #B3CADF. Grayscale: #393939. Windows color (decimal): -11782880 or 2110796. OLE color: 2110796.
HSL color Cylindrical-coordinate representation of color #4C3520: hue angle of 28.64º 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 #4C3520 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 53 | 32 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.70 |
| HSL | 28.64º | 0.41% | 0.21% | - |
| HSV(B) | 28.64º | 0.58% | 0.3% | - |
| XYZ | 4.51 | 4.19 | 1.94 | - |
| YUV | 57.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 32 | 0 | 0.30 | 0.58 | 0.70 | 28.64 | 0.41 | 0.21 |
| Hex | 4C | 35 | 20 | 0 | 1E | 3A | 46 | 1D | 29 | 15 |
| Octal | 114 | 65 | 40 | 0 | 36 | 72 | 106 | 35 | 51 | 25 |
| Binary | 1001100 | 110101 | 100000 | 0 | 11110 | 111010 | 1000110 | 11101 | 101001 | 10101 |
Color Harmonies of #4C3520
Complementary color
Monochromatic Colors of #4C3520
Black with #4C3520
Text Example
Text Example
White with #4C3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3520; }
p { color: rgb(76,53,32); }
H1.HeaderClassName
{
color: #4C3520;
}
.AnyTagClassName
{
color: #4C3520;
}
</style>
background-color css
<style>
a { background-color: #4C3520; }
a { background-color: rgb(76,53,32); }
div.DivClassName
{
background-color: #4C3520;
}
.BgClassName
{
background-color: #4C3520;
}
</style>
border-color css
<style>
span { border-color: #4C3520; }
span { border-color: rgb(76,53,32); }
td.TdClassName
{
border-color: #4C3520;
}
.TagClassName
{
border-color: #4C3520;
}
</style>