Shades of Clinker #4E3511
Tints of Clinker #4E3511
RGB
CMYK
RGB Variations
Color information
#4E3511 (or 0x4E3511) is known color: Clinker. HEX triplet: 4E, 35 and 11. RGB value is (78,53,17). Sum of RGB (Red+Green+Blue) = 78+53+17=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3511 is #B1CAEE. Grayscale: #383838. Windows color (decimal): -11651823 or 1127758. OLE color: 1127758.
HSL color Cylindrical-coordinate representation of color #4E3511: hue angle of 35.41º 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 #4E3511 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 17 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.69 |
| HSL | 35.41º | 0.64% | 0.19% | - |
| HSV(B) | 35.41º | 0.78% | 0.31% | - |
| XYZ | 4.52 | 4.21 | 1.1 | - |
| YUV | 56.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 17 | 0 | 0.32 | 0.78 | 0.69 | 35.41 | 0.64 | 0.19 |
| Hex | 4E | 35 | 11 | 0 | 20 | 4E | 45 | 23 | 40 | 13 |
| Octal | 116 | 65 | 21 | 0 | 40 | 116 | 105 | 43 | 100 | 23 |
| Binary | 1001110 | 110101 | 10001 | 0 | 100000 | 1001110 | 1000101 | 100011 | 1000000 | 10011 |
Color Harmonies of #4E3511
Complementary color
Monochromatic Colors of #4E3511
Black with #4E3511
Text Example
Text Example
White with #4E3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3511; }
p { color: rgb(78,53,17); }
H1.HeaderClassName
{
color: #4E3511;
}
.AnyTagClassName
{
color: #4E3511;
}
</style>
background-color css
<style>
a { background-color: #4E3511; }
a { background-color: rgb(78,53,17); }
div.DivClassName
{
background-color: #4E3511;
}
.BgClassName
{
background-color: #4E3511;
}
</style>
border-color css
<style>
span { border-color: #4E3511; }
span { border-color: rgb(78,53,17); }
td.TdClassName
{
border-color: #4E3511;
}
.TagClassName
{
border-color: #4E3511;
}
</style>