Shades of Clinker #4E351A
Tints of Clinker #4E351A
RGB
CMYK
RGB Variations
Color information
#4E351A (or 0x4E351A) is known color: Clinker. HEX triplet: 4E, 35 and 1A. RGB value is (78,53,26). Sum of RGB (Red+Green+Blue) = 78+53+26=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E351A is #B1CAE5. Grayscale: #393939. Windows color (decimal): -11651814 or 1717582. OLE color: 1717582.
HSL color Cylindrical-coordinate representation of color #4E351A: hue angle of 31.15º 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 #4E351A is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 26 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.69 |
| HSL | 31.15º | 0.5% | 0.2% | - |
| HSV(B) | 31.15º | 0.67% | 0.31% | - |
| XYZ | 4.6 | 4.24 | 1.55 | - |
| YUV | 57.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 26 | 0 | 0.32 | 0.67 | 0.69 | 31.15 | 0.5 | 0.2 |
| Hex | 4E | 35 | 1A | 0 | 20 | 43 | 45 | 1F | 32 | 14 |
| Octal | 116 | 65 | 32 | 0 | 40 | 103 | 105 | 37 | 62 | 24 |
| Binary | 1001110 | 110101 | 11010 | 0 | 100000 | 1000011 | 1000101 | 11111 | 110010 | 10100 |
Color Harmonies of #4E351A
Complementary color
Monochromatic Colors of #4E351A
Black with #4E351A
Text Example
Text Example
White with #4E351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E351A; }
p { color: rgb(78,53,26); }
H1.HeaderClassName
{
color: #4E351A;
}
.AnyTagClassName
{
color: #4E351A;
}
</style>
background-color css
<style>
a { background-color: #4E351A; }
a { background-color: rgb(78,53,26); }
div.DivClassName
{
background-color: #4E351A;
}
.BgClassName
{
background-color: #4E351A;
}
</style>
border-color css
<style>
span { border-color: #4E351A; }
span { border-color: rgb(78,53,26); }
td.TdClassName
{
border-color: #4E351A;
}
.TagClassName
{
border-color: #4E351A;
}
</style>