Shades of Clinker #4E361A
Tints of Clinker #4E361A
RGB
CMYK
RGB Variations
Color information
#4E361A (or 0x4E361A) is known color: Clinker. HEX triplet: 4E, 36 and 1A. RGB value is (78,54,26). Sum of RGB (Red+Green+Blue) = 78+54+26=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E361A is #B1C9E5. Grayscale: #3A3A3A. Windows color (decimal): -11651558 or 1717838. OLE color: 1717838.
HSL color Cylindrical-coordinate representation of color #4E361A: hue angle of 32.31º 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 #4E361A is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 54 | 26 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.69 |
| HSL | 32.31º | 0.5% | 0.2% | - |
| HSV(B) | 32.31º | 0.67% | 0.31% | - |
| XYZ | 4.65 | 4.33 | 1.57 | - |
| YUV | 57.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 26 | 0 | 0.31 | 0.67 | 0.69 | 32.31 | 0.5 | 0.2 |
| Hex | 4E | 36 | 1A | 0 | 1F | 43 | 45 | 20 | 32 | 14 |
| Octal | 116 | 66 | 32 | 0 | 37 | 103 | 105 | 40 | 62 | 24 |
| Binary | 1001110 | 110110 | 11010 | 0 | 11111 | 1000011 | 1000101 | 100000 | 110010 | 10100 |
Color Harmonies of #4E361A
Complementary color
Monochromatic Colors of #4E361A
Black with #4E361A
Text Example
Text Example
White with #4E361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E361A; }
p { color: rgb(78,54,26); }
H1.HeaderClassName
{
color: #4E361A;
}
.AnyTagClassName
{
color: #4E361A;
}
</style>
background-color css
<style>
a { background-color: #4E361A; }
a { background-color: rgb(78,54,26); }
div.DivClassName
{
background-color: #4E361A;
}
.BgClassName
{
background-color: #4E361A;
}
</style>
border-color css
<style>
span { border-color: #4E361A; }
span { border-color: rgb(78,54,26); }
td.TdClassName
{
border-color: #4E361A;
}
.TagClassName
{
border-color: #4E361A;
}
</style>