Shades of Clinker #4E3611
Tints of Clinker #4E3611
RGB
CMYK
RGB Variations
Color information
#4E3611 (or 0x4E3611) is known color: Clinker. HEX triplet: 4E, 36 and 11. RGB value is (78,54,17). Sum of RGB (Red+Green+Blue) = 78+54+17=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3611 is #B1C9EE. Grayscale: #393939. Windows color (decimal): -11651567 or 1128014. OLE color: 1128014.
HSL color Cylindrical-coordinate representation of color #4E3611: hue angle of 36.39º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E3611 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 54 | 17 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.69 |
| HSL | 36.39º | 0.64% | 0.19% | - |
| HSV(B) | 36.39º | 0.78% | 0.31% | - |
| XYZ | 4.56 | 4.3 | 1.12 | - |
| YUV | 56.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 17 | 0 | 0.31 | 0.78 | 0.69 | 36.39 | 0.64 | 0.19 |
| Hex | 4E | 36 | 11 | 0 | 1F | 4E | 45 | 24 | 40 | 13 |
| Octal | 116 | 66 | 21 | 0 | 37 | 116 | 105 | 44 | 100 | 23 |
| Binary | 1001110 | 110110 | 10001 | 0 | 11111 | 1001110 | 1000101 | 100100 | 1000000 | 10011 |
Color Harmonies of #4E3611
Complementary color
Monochromatic Colors of #4E3611
Black with #4E3611
Text Example
Text Example
White with #4E3611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3611; }
p { color: rgb(78,54,17); }
H1.HeaderClassName
{
color: #4E3611;
}
.AnyTagClassName
{
color: #4E3611;
}
</style>
background-color css
<style>
a { background-color: #4E3611; }
a { background-color: rgb(78,54,17); }
div.DivClassName
{
background-color: #4E3611;
}
.BgClassName
{
background-color: #4E3611;
}
</style>
border-color css
<style>
span { border-color: #4E3611; }
span { border-color: rgb(78,54,17); }
td.TdClassName
{
border-color: #4E3611;
}
.TagClassName
{
border-color: #4E3611;
}
</style>