Shades of Crater Brown #4E4240
Tints of Crater Brown #4E4240
RGB
CMYK
RGB Variations
Color information
#4E4240 (or 0x4E4240) is known color: Crater Brown. HEX triplet: 4E, 42 and 40. RGB value is (78,66,64). Sum of RGB (Red+Green+Blue) = 78+66+64=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4240 is #B1BDBF. Grayscale: #454545. Windows color (decimal): -11648448 or 4211278. OLE color: 4211278.
HSL color Cylindrical-coordinate representation of color #4E4240: hue angle of 8.57º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E4240 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 64 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.69 |
| HSL | 8.57º | 0.1% | 0.28% | - |
| HSV(B) | 8.57º | 0.18% | 0.31% | - |
| XYZ | 6.02 | 5.89 | 5.67 | - |
| YUV | 69.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 64 | 0 | 0.15 | 0.18 | 0.69 | 8.57 | 0.1 | 0.28 |
| Hex | 4E | 42 | 40 | 0 | F | 12 | 45 | 9 | A | 1C |
| Octal | 116 | 102 | 100 | 0 | 17 | 22 | 105 | 11 | 12 | 34 |
| Binary | 1001110 | 1000010 | 1000000 | 0 | 1111 | 10010 | 1000101 | 1001 | 1010 | 11100 |
Color Harmonies of #4E4240
Complementary color
Monochromatic Colors of #4E4240
Black with #4E4240
Text Example
Text Example
White with #4E4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4240; }
p { color: rgb(78,66,64); }
H1.HeaderClassName
{
color: #4E4240;
}
.AnyTagClassName
{
color: #4E4240;
}
</style>
background-color css
<style>
a { background-color: #4E4240; }
a { background-color: rgb(78,66,64); }
div.DivClassName
{
background-color: #4E4240;
}
.BgClassName
{
background-color: #4E4240;
}
</style>
border-color css
<style>
span { border-color: #4E4240; }
span { border-color: rgb(78,66,64); }
td.TdClassName
{
border-color: #4E4240;
}
.TagClassName
{
border-color: #4E4240;
}
</style>