Shades of Clinker #4C3521
Tints of Clinker #4C3521
RGB
CMYK
RGB Variations
Color information
#4C3521 (or 0x4C3521) is known color: Clinker. HEX triplet: 4C, 35 and 21. RGB value is (76,53,33). Sum of RGB (Red+Green+Blue) = 76+53+33=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3521 is #B3CADE. Grayscale: #393939. Windows color (decimal): -11782879 or 2176332. OLE color: 2176332.
HSL color Cylindrical-coordinate representation of color #4C3521: hue angle of 27.91º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C3521 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 53 | 33 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.70 |
| HSL | 27.91º | 0.39% | 0.21% | - |
| HSV(B) | 27.91º | 0.57% | 0.3% | - |
| XYZ | 4.53 | 4.19 | 2.01 | - |
| YUV | 57.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 33 | 0 | 0.30 | 0.57 | 0.70 | 27.91 | 0.39 | 0.21 |
| Hex | 4C | 35 | 21 | 0 | 1E | 39 | 46 | 1C | 27 | 15 |
| Octal | 114 | 65 | 41 | 0 | 36 | 71 | 106 | 34 | 47 | 25 |
| Binary | 1001100 | 110101 | 100001 | 0 | 11110 | 111001 | 1000110 | 11100 | 100111 | 10101 |
Color Harmonies of #4C3521
Complementary color
Monochromatic Colors of #4C3521
Black with #4C3521
Text Example
Text Example
White with #4C3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3521; }
p { color: rgb(76,53,33); }
H1.HeaderClassName
{
color: #4C3521;
}
.AnyTagClassName
{
color: #4C3521;
}
</style>
background-color css
<style>
a { background-color: #4C3521; }
a { background-color: rgb(76,53,33); }
div.DivClassName
{
background-color: #4C3521;
}
.BgClassName
{
background-color: #4C3521;
}
</style>
border-color css
<style>
span { border-color: #4C3521; }
span { border-color: rgb(76,53,33); }
td.TdClassName
{
border-color: #4C3521;
}
.TagClassName
{
border-color: #4C3521;
}
</style>