Shades of Crater Brown #4E403D
Tints of Crater Brown #4E403D
RGB
CMYK
RGB Variations
Color information
#4E403D (or 0x4E403D) is known color: Crater Brown. HEX triplet: 4E, 40 and 3D. RGB value is (78,64,61). Sum of RGB (Red+Green+Blue) = 78+64+61=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 78 - color contains mainly: red. Hex color #4E403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E403D is #B1BFC2. Grayscale: #434343. Windows color (decimal): -11648963 or 4014158. OLE color: 4014158.
HSL color Cylindrical-coordinate representation of color #4E403D: hue angle of 10.59º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E403D is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 61 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.69 |
| HSL | 10.59º | 0.12% | 0.27% | - |
| HSV(B) | 10.59º | 0.22% | 0.31% | - |
| XYZ | 5.82 | 5.62 | 5.19 | - |
| YUV | 67.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 61 | 0 | 0.18 | 0.22 | 0.69 | 10.59 | 0.12 | 0.27 |
| Hex | 4E | 40 | 3D | 0 | 12 | 16 | 45 | B | C | 1B |
| Octal | 116 | 100 | 75 | 0 | 22 | 26 | 105 | 13 | 14 | 33 |
| Binary | 1001110 | 1000000 | 111101 | 0 | 10010 | 10110 | 1000101 | 1011 | 1100 | 11011 |
Color Harmonies of #4E403D
Complementary color
Monochromatic Colors of #4E403D
Black with #4E403D
Text Example
Text Example
White with #4E403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E403D; }
p { color: rgb(78,64,61); }
H1.HeaderClassName
{
color: #4E403D;
}
.AnyTagClassName
{
color: #4E403D;
}
</style>
background-color css
<style>
a { background-color: #4E403D; }
a { background-color: rgb(78,64,61); }
div.DivClassName
{
background-color: #4E403D;
}
.BgClassName
{
background-color: #4E403D;
}
</style>
border-color css
<style>
span { border-color: #4E403D; }
span { border-color: rgb(78,64,61); }
td.TdClassName
{
border-color: #4E403D;
}
.TagClassName
{
border-color: #4E403D;
}
</style>