Shades of Clinker #4E391A
Tints of Clinker #4E391A
RGB
CMYK
RGB Variations
Color information
#4E391A (or 0x4E391A) is known color: Clinker. HEX triplet: 4E, 39 and 1A. RGB value is (78,57,26). Sum of RGB (Red+Green+Blue) = 78+57+26=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E391A is #B1C6E5. Grayscale: #3B3B3B. Windows color (decimal): -11650790 or 1718606. OLE color: 1718606.
HSL color Cylindrical-coordinate representation of color #4E391A: hue angle of 35.77º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E391A is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 57 | 26 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.69 |
| HSL | 35.77º | 0.5% | 0.2% | - |
| HSV(B) | 35.77º | 0.67% | 0.31% | - |
| XYZ | 4.79 | 4.62 | 1.62 | - |
| YUV | 59.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 26 | 0 | 0.27 | 0.67 | 0.69 | 35.77 | 0.5 | 0.2 |
| Hex | 4E | 39 | 1A | 0 | 1B | 43 | 45 | 24 | 32 | 14 |
| Octal | 116 | 71 | 32 | 0 | 33 | 103 | 105 | 44 | 62 | 24 |
| Binary | 1001110 | 111001 | 11010 | 0 | 11011 | 1000011 | 1000101 | 100100 | 110010 | 10100 |
Color Harmonies of #4E391A
Complementary color
Monochromatic Colors of #4E391A
Black with #4E391A
Text Example
Text Example
White with #4E391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E391A; }
p { color: rgb(78,57,26); }
H1.HeaderClassName
{
color: #4E391A;
}
.AnyTagClassName
{
color: #4E391A;
}
</style>
background-color css
<style>
a { background-color: #4E391A; }
a { background-color: rgb(78,57,26); }
div.DivClassName
{
background-color: #4E391A;
}
.BgClassName
{
background-color: #4E391A;
}
</style>
border-color css
<style>
span { border-color: #4E391A; }
span { border-color: rgb(78,57,26); }
td.TdClassName
{
border-color: #4E391A;
}
.TagClassName
{
border-color: #4E391A;
}
</style>