Shades of Crater Brown #4C4746
Tints of Crater Brown #4C4746
RGB
CMYK
RGB Variations
Color information
#4C4746 (or 0x4C4746) is known color: Crater Brown. HEX triplet: 4C, 47 and 46. RGB value is (76,71,70). Sum of RGB (Red+Green+Blue) = 76+71+70=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4746 is #B3B8B9. Grayscale: #484848. Windows color (decimal): -11778234 or 4605772. OLE color: 4605772.
HSL color Cylindrical-coordinate representation of color #4C4746: hue angle of 10º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4C4746 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 71 | 70 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.70 |
| HSL | 10º | 0.04% | 0.29% | - |
| HSV(B) | 10º | 0.08% | 0.3% | - |
| XYZ | 6.34 | 6.49 | 6.71 | - |
| YUV | 72.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 70 | 0 | 0.07 | 0.08 | 0.70 | 10 | 0.04 | 0.29 |
| Hex | 4C | 47 | 46 | 0 | 7 | 8 | 46 | A | 4 | 1D |
| Octal | 114 | 107 | 106 | 0 | 7 | 10 | 106 | 12 | 4 | 35 |
| Binary | 1001100 | 1000111 | 1000110 | 0 | 111 | 1000 | 1000110 | 1010 | 100 | 11101 |
Color Harmonies of #4C4746
Complementary color
Monochromatic Colors of #4C4746
Black with #4C4746
Text Example
Text Example
White with #4C4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4746; }
p { color: rgb(76,71,70); }
H1.HeaderClassName
{
color: #4C4746;
}
.AnyTagClassName
{
color: #4C4746;
}
</style>
background-color css
<style>
a { background-color: #4C4746; }
a { background-color: rgb(76,71,70); }
div.DivClassName
{
background-color: #4C4746;
}
.BgClassName
{
background-color: #4C4746;
}
</style>
border-color css
<style>
span { border-color: #4C4746; }
span { border-color: rgb(76,71,70); }
td.TdClassName
{
border-color: #4C4746;
}
.TagClassName
{
border-color: #4C4746;
}
</style>