Shades of Crater Brown #4E4342
Tints of Crater Brown #4E4342
RGB
CMYK
RGB Variations
Color information
#4E4342 (or 0x4E4342) is known color: Crater Brown. HEX triplet: 4E, 43 and 42. RGB value is (78,67,66). Sum of RGB (Red+Green+Blue) = 78+67+66=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4342 is #B1BCBD. Grayscale: #464646. Windows color (decimal): -11648190 or 4342606. OLE color: 4342606.
HSL color Cylindrical-coordinate representation of color #4E4342: hue angle of 5º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E4342 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 66 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.69 |
| HSL | 5º | 0.08% | 0.28% | - |
| HSV(B) | 5º | 0.15% | 0.31% | - |
| XYZ | 6.13 | 6.03 | 5.99 | - |
| YUV | 70.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 66 | 0 | 0.14 | 0.15 | 0.69 | 5 | 0.08 | 0.28 |
| Hex | 4E | 43 | 42 | 0 | E | F | 45 | 5 | 8 | 1C |
| Octal | 116 | 103 | 102 | 0 | 16 | 17 | 105 | 5 | 10 | 34 |
| Binary | 1001110 | 1000011 | 1000010 | 0 | 1110 | 1111 | 1000101 | 101 | 1000 | 11100 |
Color Harmonies of #4E4342
Complementary color
Monochromatic Colors of #4E4342
Black with #4E4342
Text Example
Text Example
White with #4E4342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4342; }
p { color: rgb(78,67,66); }
H1.HeaderClassName
{
color: #4E4342;
}
.AnyTagClassName
{
color: #4E4342;
}
</style>
background-color css
<style>
a { background-color: #4E4342; }
a { background-color: rgb(78,67,66); }
div.DivClassName
{
background-color: #4E4342;
}
.BgClassName
{
background-color: #4E4342;
}
</style>
border-color css
<style>
span { border-color: #4E4342; }
span { border-color: rgb(78,67,66); }
td.TdClassName
{
border-color: #4E4342;
}
.TagClassName
{
border-color: #4E4342;
}
</style>