Shades of Clinker #4E370B
Tints of Clinker #4E370B
RGB
CMYK
RGB Variations
Color information
#4E370B (or 0x4E370B) is known color: Clinker. HEX triplet: 4E, 37 and 0B. RGB value is (78,55,11). Sum of RGB (Red+Green+Blue) = 78+55+11=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E370B is #B1C8F4. Grayscale: #393939. Windows color (decimal): -11651317 or 735054. OLE color: 735054.
HSL color Cylindrical-coordinate representation of color #4E370B: hue angle of 39.4º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E370B is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 55 | 11 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.69 |
| HSL | 39.4º | 0.75% | 0.17% | - |
| HSV(B) | 39.4º | 0.86% | 0.31% | - |
| XYZ | 4.57 | 4.38 | 0.92 | - |
| YUV | 56.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 11 | 0 | 0.29 | 0.86 | 0.69 | 39.4 | 0.75 | 0.17 |
| Hex | 4E | 37 | B | 0 | 1D | 56 | 45 | 27 | 4B | 11 |
| Octal | 116 | 67 | 13 | 0 | 35 | 126 | 105 | 47 | 113 | 21 |
| Binary | 1001110 | 110111 | 1011 | 0 | 11101 | 1010110 | 1000101 | 100111 | 1001011 | 10001 |
Color Harmonies of #4E370B
Complementary color
Monochromatic Colors of #4E370B
Black with #4E370B
Text Example
Text Example
White with #4E370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E370B; }
p { color: rgb(78,55,11); }
H1.HeaderClassName
{
color: #4E370B;
}
.AnyTagClassName
{
color: #4E370B;
}
</style>
background-color css
<style>
a { background-color: #4E370B; }
a { background-color: rgb(78,55,11); }
div.DivClassName
{
background-color: #4E370B;
}
.BgClassName
{
background-color: #4E370B;
}
</style>
border-color css
<style>
span { border-color: #4E370B; }
span { border-color: rgb(78,55,11); }
td.TdClassName
{
border-color: #4E370B;
}
.TagClassName
{
border-color: #4E370B;
}
</style>