Shades of Crater Brown #4D4746
Tints of Crater Brown #4D4746
RGB
CMYK
RGB Variations
Color information
#4D4746 (or 0x4D4746) is known color: Crater Brown. HEX triplet: 4D, 47 and 46. RGB value is (77,71,70). Sum of RGB (Red+Green+Blue) = 77+71+70=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4746 is #B2B8B9. Grayscale: #484848. Windows color (decimal): -11712698 or 4605773. OLE color: 4605773.
HSL color Cylindrical-coordinate representation of color #4D4746: hue angle of 8.57º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D4746 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 71 | 70 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.70 |
| HSL | 8.57º | 0.05% | 0.29% | - |
| HSV(B) | 8.57º | 0.09% | 0.3% | - |
| XYZ | 6.42 | 6.53 | 6.72 | - |
| YUV | 72.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 70 | 0 | 0.08 | 0.09 | 0.70 | 8.57 | 0.05 | 0.29 |
| Hex | 4D | 47 | 46 | 0 | 8 | 9 | 46 | 9 | 5 | 1D |
| Octal | 115 | 107 | 106 | 0 | 10 | 11 | 106 | 11 | 5 | 35 |
| Binary | 1001101 | 1000111 | 1000110 | 0 | 1000 | 1001 | 1000110 | 1001 | 101 | 11101 |
Color Harmonies of #4D4746
Complementary color
Monochromatic Colors of #4D4746
Black with #4D4746
Text Example
Text Example
White with #4D4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4746; }
p { color: rgb(77,71,70); }
H1.HeaderClassName
{
color: #4D4746;
}
.AnyTagClassName
{
color: #4D4746;
}
</style>
background-color css
<style>
a { background-color: #4D4746; }
a { background-color: rgb(77,71,70); }
div.DivClassName
{
background-color: #4D4746;
}
.BgClassName
{
background-color: #4D4746;
}
</style>
border-color css
<style>
span { border-color: #4D4746; }
span { border-color: rgb(77,71,70); }
td.TdClassName
{
border-color: #4D4746;
}
.TagClassName
{
border-color: #4D4746;
}
</style>