Shades of Clinker #4E3A1B
Tints of Clinker #4E3A1B
RGB
CMYK
RGB Variations
Color information
#4E3A1B (or 0x4E3A1B) is known color: Clinker. HEX triplet: 4E, 3A and 1B. RGB value is (78,58,27). Sum of RGB (Red+Green+Blue) = 78+58+27=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A1B is #B1C5E4. Grayscale: #3C3C3C. Windows color (decimal): -11650533 or 1784398. OLE color: 1784398.
HSL color Cylindrical-coordinate representation of color #4E3A1B: hue angle of 36.47º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E3A1B is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 58 | 27 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.69 |
| HSL | 36.47º | 0.49% | 0.21% | - |
| HSV(B) | 36.47º | 0.65% | 0.31% | - |
| XYZ | 4.85 | 4.72 | 1.69 | - |
| YUV | 60.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 27 | 0 | 0.26 | 0.65 | 0.69 | 36.47 | 0.49 | 0.21 |
| Hex | 4E | 3A | 1B | 0 | 1A | 41 | 45 | 24 | 31 | 15 |
| Octal | 116 | 72 | 33 | 0 | 32 | 101 | 105 | 44 | 61 | 25 |
| Binary | 1001110 | 111010 | 11011 | 0 | 11010 | 1000001 | 1000101 | 100100 | 110001 | 10101 |
Color Harmonies of #4E3A1B
Complementary color
Monochromatic Colors of #4E3A1B
Black with #4E3A1B
Text Example
Text Example
White with #4E3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A1B; }
p { color: rgb(78,58,27); }
H1.HeaderClassName
{
color: #4E3A1B;
}
.AnyTagClassName
{
color: #4E3A1B;
}
</style>
background-color css
<style>
a { background-color: #4E3A1B; }
a { background-color: rgb(78,58,27); }
div.DivClassName
{
background-color: #4E3A1B;
}
.BgClassName
{
background-color: #4E3A1B;
}
</style>
border-color css
<style>
span { border-color: #4E3A1B; }
span { border-color: rgb(78,58,27); }
td.TdClassName
{
border-color: #4E3A1B;
}
.TagClassName
{
border-color: #4E3A1B;
}
</style>