Shades of Crater Brown #4D4443
Tints of Crater Brown #4D4443
RGB
CMYK
RGB Variations
Color information
#4D4443 (or 0x4D4443) is known color: Crater Brown. HEX triplet: 4D, 44 and 43. RGB value is (77,68,67). Sum of RGB (Red+Green+Blue) = 77+68+67=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4443 is #B2BBBC. Grayscale: #464646. Windows color (decimal): -11713469 or 4408397. OLE color: 4408397.
HSL color Cylindrical-coordinate representation of color #4D4443: hue angle of 6º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D4443 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 67 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.70 |
| HSL | 6º | 0.07% | 0.28% | - |
| HSV(B) | 6º | 0.13% | 0.3% | - |
| XYZ | 6.14 | 6.12 | 6.17 | - |
| YUV | 70.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 67 | 0 | 0.12 | 0.13 | 0.70 | 6 | 0.07 | 0.28 |
| Hex | 4D | 44 | 43 | 0 | C | D | 46 | 6 | 7 | 1C |
| Octal | 115 | 104 | 103 | 0 | 14 | 15 | 106 | 6 | 7 | 34 |
| Binary | 1001101 | 1000100 | 1000011 | 0 | 1100 | 1101 | 1000110 | 110 | 111 | 11100 |
Color Harmonies of #4D4443
Complementary color
Monochromatic Colors of #4D4443
Black with #4D4443
Text Example
Text Example
White with #4D4443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4443; }
p { color: rgb(77,68,67); }
H1.HeaderClassName
{
color: #4D4443;
}
.AnyTagClassName
{
color: #4D4443;
}
</style>
background-color css
<style>
a { background-color: #4D4443; }
a { background-color: rgb(77,68,67); }
div.DivClassName
{
background-color: #4D4443;
}
.BgClassName
{
background-color: #4D4443;
}
</style>
border-color css
<style>
span { border-color: #4D4443; }
span { border-color: rgb(77,68,67); }
td.TdClassName
{
border-color: #4D4443;
}
.TagClassName
{
border-color: #4D4443;
}
</style>