Shades of Clinker #4E3810
Tints of Clinker #4E3810
RGB
CMYK
RGB Variations
Color information
#4E3810 (or 0x4E3810) is known color: Clinker. HEX triplet: 4E, 38 and 10. RGB value is (78,56,16). Sum of RGB (Red+Green+Blue) = 78+56+16=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3810 is #B1C7EF. Grayscale: #3A3A3A. Windows color (decimal): -11651056 or 1062990. OLE color: 1062990.
HSL color Cylindrical-coordinate representation of color #4E3810: hue angle of 38.71º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E3810 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 56 | 16 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.69 |
| HSL | 38.71º | 0.66% | 0.18% | - |
| HSV(B) | 38.71º | 0.79% | 0.31% | - |
| XYZ | 4.65 | 4.49 | 1.11 | - |
| YUV | 58.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 16 | 0 | 0.28 | 0.79 | 0.69 | 38.71 | 0.66 | 0.18 |
| Hex | 4E | 38 | 10 | 0 | 1C | 4F | 45 | 27 | 42 | 12 |
| Octal | 116 | 70 | 20 | 0 | 34 | 117 | 105 | 47 | 102 | 22 |
| Binary | 1001110 | 111000 | 10000 | 0 | 11100 | 1001111 | 1000101 | 100111 | 1000010 | 10010 |
Color Harmonies of #4E3810
Complementary color
Monochromatic Colors of #4E3810
Black with #4E3810
Text Example
Text Example
White with #4E3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3810; }
p { color: rgb(78,56,16); }
H1.HeaderClassName
{
color: #4E3810;
}
.AnyTagClassName
{
color: #4E3810;
}
</style>
background-color css
<style>
a { background-color: #4E3810; }
a { background-color: rgb(78,56,16); }
div.DivClassName
{
background-color: #4E3810;
}
.BgClassName
{
background-color: #4E3810;
}
</style>
border-color css
<style>
span { border-color: #4E3810; }
span { border-color: rgb(78,56,16); }
td.TdClassName
{
border-color: #4E3810;
}
.TagClassName
{
border-color: #4E3810;
}
</style>