Shades of Clinker #4E360C
Tints of Clinker #4E360C
RGB
CMYK
RGB Variations
Color information
#4E360C (or 0x4E360C) is known color: Clinker. HEX triplet: 4E, 36 and 0C. RGB value is (78,54,12). Sum of RGB (Red+Green+Blue) = 78+54+12=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E360C is #B1C9F3. Grayscale: #383838. Windows color (decimal): -11651572 or 800334. OLE color: 800334.
HSL color Cylindrical-coordinate representation of color #4E360C: hue angle of 38.18º 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 #4E360C is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 54 | 12 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.69 |
| HSL | 38.18º | 0.73% | 0.18% | - |
| HSV(B) | 38.18º | 0.85% | 0.31% | - |
| XYZ | 4.53 | 4.28 | 0.94 | - |
| YUV | 56.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 12 | 0 | 0.31 | 0.85 | 0.69 | 38.18 | 0.73 | 0.18 |
| Hex | 4E | 36 | C | 0 | 1F | 55 | 45 | 26 | 49 | 12 |
| Octal | 116 | 66 | 14 | 0 | 37 | 125 | 105 | 46 | 111 | 22 |
| Binary | 1001110 | 110110 | 1100 | 0 | 11111 | 1010101 | 1000101 | 100110 | 1001001 | 10010 |
Color Harmonies of #4E360C
Complementary color
Monochromatic Colors of #4E360C
Black with #4E360C
Text Example
Text Example
White with #4E360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E360C; }
p { color: rgb(78,54,12); }
H1.HeaderClassName
{
color: #4E360C;
}
.AnyTagClassName
{
color: #4E360C;
}
</style>
background-color css
<style>
a { background-color: #4E360C; }
a { background-color: rgb(78,54,12); }
div.DivClassName
{
background-color: #4E360C;
}
.BgClassName
{
background-color: #4E360C;
}
</style>
border-color css
<style>
span { border-color: #4E360C; }
span { border-color: rgb(78,54,12); }
td.TdClassName
{
border-color: #4E360C;
}
.TagClassName
{
border-color: #4E360C;
}
</style>