Shades of Clinker #4A3514
Tints of Clinker #4A3514
RGB
CMYK
RGB Variations
Color information
#4A3514 (or 0x4A3514) is known color: Clinker. HEX triplet: 4A, 35 and 14. RGB value is (74,53,20). Sum of RGB (Red+Green+Blue) = 74+53+20=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3514 is #B5CAEB. Grayscale: #373737. Windows color (decimal): -11913964 or 1324362. OLE color: 1324362.
HSL color Cylindrical-coordinate representation of color #4A3514: hue angle of 36.67º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A3514 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 53 | 20 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.71 |
| HSL | 36.67º | 0.57% | 0.18% | - |
| HSV(B) | 36.67º | 0.73% | 0.29% | - |
| XYZ | 4.22 | 4.05 | 1.22 | - |
| YUV | 55.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 20 | 0 | 0.28 | 0.73 | 0.71 | 36.67 | 0.57 | 0.18 |
| Hex | 4A | 35 | 14 | 0 | 1C | 49 | 47 | 25 | 39 | 12 |
| Octal | 112 | 65 | 24 | 0 | 34 | 111 | 107 | 45 | 71 | 22 |
| Binary | 1001010 | 110101 | 10100 | 0 | 11100 | 1001001 | 1000111 | 100101 | 111001 | 10010 |
Color Harmonies of #4A3514
Complementary color
Monochromatic Colors of #4A3514
Black with #4A3514
Text Example
Text Example
White with #4A3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3514; }
p { color: rgb(74,53,20); }
H1.HeaderClassName
{
color: #4A3514;
}
.AnyTagClassName
{
color: #4A3514;
}
</style>
background-color css
<style>
a { background-color: #4A3514; }
a { background-color: rgb(74,53,20); }
div.DivClassName
{
background-color: #4A3514;
}
.BgClassName
{
background-color: #4A3514;
}
</style>
border-color css
<style>
span { border-color: #4A3514; }
span { border-color: rgb(74,53,20); }
td.TdClassName
{
border-color: #4A3514;
}
.TagClassName
{
border-color: #4A3514;
}
</style>