Shades of Clinker #4E350C
Tints of Clinker #4E350C
RGB
CMYK
RGB Variations
Color information
#4E350C (or 0x4E350C) is known color: Clinker. HEX triplet: 4E, 35 and 0C. RGB value is (78,53,12). Sum of RGB (Red+Green+Blue) = 78+53+12=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E350C is #B1CAF3. Grayscale: #373737. Windows color (decimal): -11651828 or 800078. OLE color: 800078.
HSL color Cylindrical-coordinate representation of color #4E350C: hue angle of 37.27º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E350C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 12 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.69 |
| HSL | 37.27º | 0.73% | 0.18% | - |
| HSV(B) | 37.27º | 0.85% | 0.31% | - |
| XYZ | 4.48 | 4.19 | 0.92 | - |
| YUV | 55.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 12 | 0 | 0.32 | 0.85 | 0.69 | 37.27 | 0.73 | 0.18 |
| Hex | 4E | 35 | C | 0 | 20 | 55 | 45 | 25 | 49 | 12 |
| Octal | 116 | 65 | 14 | 0 | 40 | 125 | 105 | 45 | 111 | 22 |
| Binary | 1001110 | 110101 | 1100 | 0 | 100000 | 1010101 | 1000101 | 100101 | 1001001 | 10010 |
Color Harmonies of #4E350C
Complementary color
Monochromatic Colors of #4E350C
Black with #4E350C
Text Example
Text Example
White with #4E350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E350C; }
p { color: rgb(78,53,12); }
H1.HeaderClassName
{
color: #4E350C;
}
.AnyTagClassName
{
color: #4E350C;
}
</style>
background-color css
<style>
a { background-color: #4E350C; }
a { background-color: rgb(78,53,12); }
div.DivClassName
{
background-color: #4E350C;
}
.BgClassName
{
background-color: #4E350C;
}
</style>
border-color css
<style>
span { border-color: #4E350C; }
span { border-color: rgb(78,53,12); }
td.TdClassName
{
border-color: #4E350C;
}
.TagClassName
{
border-color: #4E350C;
}
</style>