Shades of Clinker #4E370C
Tints of Clinker #4E370C
RGB
CMYK
RGB Variations
Color information
#4E370C (or 0x4E370C) is known color: Clinker. HEX triplet: 4E, 37 and 0C. RGB value is (78,55,12). Sum of RGB (Red+Green+Blue) = 78+55+12=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E370C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E370C is #B1C8F3. Grayscale: #393939. Windows color (decimal): -11651316 or 800590. OLE color: 800590.
HSL color Cylindrical-coordinate representation of color #4E370C: hue angle of 39.09º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E370C is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 55 | 12 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.69 |
| HSL | 39.09º | 0.73% | 0.18% | - |
| HSV(B) | 39.09º | 0.85% | 0.31% | - |
| XYZ | 4.57 | 4.38 | 0.95 | - |
| YUV | 56.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 12 | 0 | 0.29 | 0.85 | 0.69 | 39.09 | 0.73 | 0.18 |
| Hex | 4E | 37 | C | 0 | 1D | 55 | 45 | 27 | 49 | 12 |
| Octal | 116 | 67 | 14 | 0 | 35 | 125 | 105 | 47 | 111 | 22 |
| Binary | 1001110 | 110111 | 1100 | 0 | 11101 | 1010101 | 1000101 | 100111 | 1001001 | 10010 |
Color Harmonies of #4E370C
Complementary color
Monochromatic Colors of #4E370C
Black with #4E370C
Text Example
Text Example
White with #4E370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E370C; }
p { color: rgb(78,55,12); }
H1.HeaderClassName
{
color: #4E370C;
}
.AnyTagClassName
{
color: #4E370C;
}
</style>
background-color css
<style>
a { background-color: #4E370C; }
a { background-color: rgb(78,55,12); }
div.DivClassName
{
background-color: #4E370C;
}
.BgClassName
{
background-color: #4E370C;
}
</style>
border-color css
<style>
span { border-color: #4E370C; }
span { border-color: rgb(78,55,12); }
td.TdClassName
{
border-color: #4E370C;
}
.TagClassName
{
border-color: #4E370C;
}
</style>