Shades of Clinker #4C3A1A
Tints of Clinker #4C3A1A
RGB
CMYK
RGB Variations
Color information
#4C3A1A (or 0x4C3A1A) is known color: Clinker. HEX triplet: 4C, 3A and 1A. RGB value is (76,58,26). Sum of RGB (Red+Green+Blue) = 76+58+26=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3A1A is #B3C5E5. Grayscale: #3B3B3B. Windows color (decimal): -11781606 or 1718860. OLE color: 1718860.
HSL color Cylindrical-coordinate representation of color #4C3A1A: hue angle of 38.4º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C3A1A is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 58 | 26 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.70 |
| HSL | 38.4º | 0.49% | 0.2% | - |
| HSV(B) | 38.4º | 0.66% | 0.3% | - |
| XYZ | 4.68 | 4.64 | 1.63 | - |
| YUV | 59.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 26 | 0 | 0.24 | 0.66 | 0.70 | 38.4 | 0.49 | 0.2 |
| Hex | 4C | 3A | 1A | 0 | 18 | 42 | 46 | 26 | 31 | 14 |
| Octal | 114 | 72 | 32 | 0 | 30 | 102 | 106 | 46 | 61 | 24 |
| Binary | 1001100 | 111010 | 11010 | 0 | 11000 | 1000010 | 1000110 | 100110 | 110001 | 10100 |
Color Harmonies of #4C3A1A
Complementary color
Monochromatic Colors of #4C3A1A
Black with #4C3A1A
Text Example
Text Example
White with #4C3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3A1A; }
p { color: rgb(76,58,26); }
H1.HeaderClassName
{
color: #4C3A1A;
}
.AnyTagClassName
{
color: #4C3A1A;
}
</style>
background-color css
<style>
a { background-color: #4C3A1A; }
a { background-color: rgb(76,58,26); }
div.DivClassName
{
background-color: #4C3A1A;
}
.BgClassName
{
background-color: #4C3A1A;
}
</style>
border-color css
<style>
span { border-color: #4C3A1A; }
span { border-color: rgb(76,58,26); }
td.TdClassName
{
border-color: #4C3A1A;
}
.TagClassName
{
border-color: #4C3A1A;
}
</style>