Shades of Crater Brown #4E4341
Tints of Crater Brown #4E4341
RGB
CMYK
RGB Variations
Color information
#4E4341 (or 0x4E4341) is known color: Crater Brown. HEX triplet: 4E, 43 and 41. RGB value is (78,67,65). Sum of RGB (Red+Green+Blue) = 78+67+65=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4341 is #B1BCBE. Grayscale: #464646. Windows color (decimal): -11648191 or 4277070. OLE color: 4277070.
HSL color Cylindrical-coordinate representation of color #4E4341: hue angle of 9.23º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4E4341 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 65 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.69 |
| HSL | 9.23º | 0.09% | 0.28% | - |
| HSV(B) | 9.23º | 0.17% | 0.31% | - |
| XYZ | 6.1 | 6.02 | 5.84 | - |
| YUV | 70.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 65 | 0 | 0.14 | 0.17 | 0.69 | 9.23 | 0.09 | 0.28 |
| Hex | 4E | 43 | 41 | 0 | E | 11 | 45 | 9 | 9 | 1C |
| Octal | 116 | 103 | 101 | 0 | 16 | 21 | 105 | 11 | 11 | 34 |
| Binary | 1001110 | 1000011 | 1000001 | 0 | 1110 | 10001 | 1000101 | 1001 | 1001 | 11100 |
Color Harmonies of #4E4341
Complementary color
Monochromatic Colors of #4E4341
Black with #4E4341
Text Example
Text Example
White with #4E4341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4341; }
p { color: rgb(78,67,65); }
H1.HeaderClassName
{
color: #4E4341;
}
.AnyTagClassName
{
color: #4E4341;
}
</style>
background-color css
<style>
a { background-color: #4E4341; }
a { background-color: rgb(78,67,65); }
div.DivClassName
{
background-color: #4E4341;
}
.BgClassName
{
background-color: #4E4341;
}
</style>
border-color css
<style>
span { border-color: #4E4341; }
span { border-color: rgb(78,67,65); }
td.TdClassName
{
border-color: #4E4341;
}
.TagClassName
{
border-color: #4E4341;
}
</style>