Shades of Clinker #4C3817
Tints of Clinker #4C3817
RGB
CMYK
RGB Variations
Color information
#4C3817 (or 0x4C3817) is known color: Clinker. HEX triplet: 4C, 38 and 17. RGB value is (76,56,23). Sum of RGB (Red+Green+Blue) = 76+56+23=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3817 is #B3C7E8. Grayscale: #3A3A3A. Windows color (decimal): -11782121 or 1521740. OLE color: 1521740.
HSL color Cylindrical-coordinate representation of color #4C3817: hue angle of 37.36º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C3817 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 56 | 23 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.70 |
| HSL | 37.36º | 0.54% | 0.19% | - |
| HSV(B) | 37.36º | 0.7% | 0.3% | - |
| XYZ | 4.55 | 4.43 | 1.43 | - |
| YUV | 58.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 23 | 0 | 0.26 | 0.70 | 0.70 | 37.36 | 0.54 | 0.19 |
| Hex | 4C | 38 | 17 | 0 | 1A | 46 | 46 | 25 | 36 | 13 |
| Octal | 114 | 70 | 27 | 0 | 32 | 106 | 106 | 45 | 66 | 23 |
| Binary | 1001100 | 111000 | 10111 | 0 | 11010 | 1000110 | 1000110 | 100101 | 110110 | 10011 |
Color Harmonies of #4C3817
Complementary color
Monochromatic Colors of #4C3817
Black with #4C3817
Text Example
Text Example
White with #4C3817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3817; }
p { color: rgb(76,56,23); }
H1.HeaderClassName
{
color: #4C3817;
}
.AnyTagClassName
{
color: #4C3817;
}
</style>
background-color css
<style>
a { background-color: #4C3817; }
a { background-color: rgb(76,56,23); }
div.DivClassName
{
background-color: #4C3817;
}
.BgClassName
{
background-color: #4C3817;
}
</style>
border-color css
<style>
span { border-color: #4C3817; }
span { border-color: rgb(76,56,23); }
td.TdClassName
{
border-color: #4C3817;
}
.TagClassName
{
border-color: #4C3817;
}
</style>