Shades of Crater Brown #4D4442
Tints of Crater Brown #4D4442
RGB
CMYK
RGB Variations
Color information
#4D4442 (or 0x4D4442) is known color: Crater Brown. HEX triplet: 4D, 44 and 42. RGB value is (77,68,66). Sum of RGB (Red+Green+Blue) = 77+68+66=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4442 is #B2BBBD. Grayscale: #464646. Windows color (decimal): -11713470 or 4342861. OLE color: 4342861.
HSL color Cylindrical-coordinate representation of color #4D4442: hue angle of 10.91º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D4442 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 66 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.70 |
| HSL | 10.91º | 0.08% | 0.28% | - |
| HSV(B) | 10.91º | 0.14% | 0.3% | - |
| XYZ | 6.11 | 6.11 | 6.01 | - |
| YUV | 70.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 66 | 0 | 0.12 | 0.14 | 0.70 | 10.91 | 0.08 | 0.28 |
| Hex | 4D | 44 | 42 | 0 | C | E | 46 | B | 8 | 1C |
| Octal | 115 | 104 | 102 | 0 | 14 | 16 | 106 | 13 | 10 | 34 |
| Binary | 1001101 | 1000100 | 1000010 | 0 | 1100 | 1110 | 1000110 | 1011 | 1000 | 11100 |
Color Harmonies of #4D4442
Complementary color
Monochromatic Colors of #4D4442
Black with #4D4442
Text Example
Text Example
White with #4D4442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4442; }
p { color: rgb(77,68,66); }
H1.HeaderClassName
{
color: #4D4442;
}
.AnyTagClassName
{
color: #4D4442;
}
</style>
background-color css
<style>
a { background-color: #4D4442; }
a { background-color: rgb(77,68,66); }
div.DivClassName
{
background-color: #4D4442;
}
.BgClassName
{
background-color: #4D4442;
}
</style>
border-color css
<style>
span { border-color: #4D4442; }
span { border-color: rgb(77,68,66); }
td.TdClassName
{
border-color: #4D4442;
}
.TagClassName
{
border-color: #4D4442;
}
</style>