Shades of Clinker #4C3722
Tints of Clinker #4C3722
RGB
CMYK
RGB Variations
Color information
#4C3722 (or 0x4C3722) is known color: Clinker. HEX triplet: 4C, 37 and 22. RGB value is (76,55,34). Sum of RGB (Red+Green+Blue) = 76+55+34=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3722 is #B3C8DD. Grayscale: #3A3A3A. Windows color (decimal): -11782366 or 2242380. OLE color: 2242380.
HSL color Cylindrical-coordinate representation of color #4C3722: hue angle of 30º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C3722 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 55 | 34 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.70 |
| HSL | 30º | 0.38% | 0.22% | - |
| HSV(B) | 30º | 0.55% | 0.3% | - |
| XYZ | 4.64 | 4.38 | 2.12 | - |
| YUV | 58.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 34 | 0 | 0.28 | 0.55 | 0.70 | 30 | 0.38 | 0.22 |
| Hex | 4C | 37 | 22 | 0 | 1C | 37 | 46 | 1E | 26 | 16 |
| Octal | 114 | 67 | 42 | 0 | 34 | 67 | 106 | 36 | 46 | 26 |
| Binary | 1001100 | 110111 | 100010 | 0 | 11100 | 110111 | 1000110 | 11110 | 100110 | 10110 |
Color Harmonies of #4C3722
Complementary color
Monochromatic Colors of #4C3722
Black with #4C3722
Text Example
Text Example
White with #4C3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3722; }
p { color: rgb(76,55,34); }
H1.HeaderClassName
{
color: #4C3722;
}
.AnyTagClassName
{
color: #4C3722;
}
</style>
background-color css
<style>
a { background-color: #4C3722; }
a { background-color: rgb(76,55,34); }
div.DivClassName
{
background-color: #4C3722;
}
.BgClassName
{
background-color: #4C3722;
}
</style>
border-color css
<style>
span { border-color: #4C3722; }
span { border-color: rgb(76,55,34); }
td.TdClassName
{
border-color: #4C3722;
}
.TagClassName
{
border-color: #4C3722;
}
</style>