Shades of Crater Brown #4E3F3F
Tints of Crater Brown #4E3F3F
RGB
CMYK
RGB Variations
Color information
#4E3F3F (or 0x4E3F3F) is known color: Crater Brown. HEX triplet: 4E, 3F and 3F. RGB value is (78,63,63). Sum of RGB (Red+Green+Blue) = 78+63+63=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F3F is #B1C0C0. Grayscale: #434343. Windows color (decimal): -11649217 or 4144974. OLE color: 4144974.
HSL color Cylindrical-coordinate representation of color #4E3F3F: hue angle of 0º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E3F3F is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 63 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.69 |
| HSL | 0º | 0.11% | 0.28% | - |
| HSV(B) | 0º | 0.19% | 0.31% | - |
| XYZ | 5.82 | 5.53 | 5.46 | - |
| YUV | 67.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 63 | 0 | 0.19 | 0.19 | 0.69 | 0 | 0.11 | 0.28 |
| Hex | 4E | 3F | 3F | 0 | 13 | 13 | 45 | 0 | B | 1C |
| Octal | 116 | 77 | 77 | 0 | 23 | 23 | 105 | 0 | 13 | 34 |
| Binary | 1001110 | 111111 | 111111 | 0 | 10011 | 10011 | 1000101 | 0 | 1011 | 11100 |
Color Harmonies of #4E3F3F
Complementary color
Monochromatic Colors of #4E3F3F
Black with #4E3F3F
Text Example
Text Example
White with #4E3F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F3F; }
p { color: rgb(78,63,63); }
H1.HeaderClassName
{
color: #4E3F3F;
}
.AnyTagClassName
{
color: #4E3F3F;
}
</style>
background-color css
<style>
a { background-color: #4E3F3F; }
a { background-color: rgb(78,63,63); }
div.DivClassName
{
background-color: #4E3F3F;
}
.BgClassName
{
background-color: #4E3F3F;
}
</style>
border-color css
<style>
span { border-color: #4E3F3F; }
span { border-color: rgb(78,63,63); }
td.TdClassName
{
border-color: #4E3F3F;
}
.TagClassName
{
border-color: #4E3F3F;
}
</style>