Shades of Clinker #4E3512
Tints of Clinker #4E3512
RGB
CMYK
RGB Variations
Color information
#4E3512 (or 0x4E3512) is known color: Clinker. HEX triplet: 4E, 35 and 12. RGB value is (78,53,18). Sum of RGB (Red+Green+Blue) = 78+53+18=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3512 is #B1CAED. Grayscale: #383838. Windows color (decimal): -11651822 or 1193294. OLE color: 1193294.
HSL color Cylindrical-coordinate representation of color #4E3512: hue angle of 35º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E3512 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 18 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.69 |
| HSL | 35º | 0.63% | 0.19% | - |
| HSV(B) | 35º | 0.77% | 0.31% | - |
| XYZ | 4.52 | 4.21 | 1.15 | - |
| YUV | 56.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 18 | 0 | 0.32 | 0.77 | 0.69 | 35 | 0.63 | 0.19 |
| Hex | 4E | 35 | 12 | 0 | 20 | 4D | 45 | 23 | 3E | 13 |
| Octal | 116 | 65 | 22 | 0 | 40 | 115 | 105 | 43 | 76 | 23 |
| Binary | 1001110 | 110101 | 10010 | 0 | 100000 | 1001101 | 1000101 | 100011 | 111110 | 10011 |
Color Harmonies of #4E3512
Complementary color
Monochromatic Colors of #4E3512
Black with #4E3512
Text Example
Text Example
White with #4E3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3512; }
p { color: rgb(78,53,18); }
H1.HeaderClassName
{
color: #4E3512;
}
.AnyTagClassName
{
color: #4E3512;
}
</style>
background-color css
<style>
a { background-color: #4E3512; }
a { background-color: rgb(78,53,18); }
div.DivClassName
{
background-color: #4E3512;
}
.BgClassName
{
background-color: #4E3512;
}
</style>
border-color css
<style>
span { border-color: #4E3512; }
span { border-color: rgb(78,53,18); }
td.TdClassName
{
border-color: #4E3512;
}
.TagClassName
{
border-color: #4E3512;
}
</style>