Shades of Crater Brown #4C4443
Tints of Crater Brown #4C4443
RGB
CMYK
RGB Variations
Color information
#4C4443 (or 0x4C4443) is known color: Crater Brown. HEX triplet: 4C, 44 and 43. RGB value is (76,68,67). Sum of RGB (Red+Green+Blue) = 76+68+67=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4443 is #B3BBBC. Grayscale: #464646. Windows color (decimal): -11779005 or 4408396. OLE color: 4408396.
HSL color Cylindrical-coordinate representation of color #4C4443: hue angle of 6.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4C4443 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 67 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.70 |
| HSL | 6.67º | 0.06% | 0.28% | - |
| HSV(B) | 6.67º | 0.12% | 0.3% | - |
| XYZ | 6.06 | 6.08 | 6.16 | - |
| YUV | 70.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 67 | 0 | 0.11 | 0.12 | 0.70 | 6.67 | 0.06 | 0.28 |
| Hex | 4C | 44 | 43 | 0 | B | C | 46 | 7 | 6 | 1C |
| Octal | 114 | 104 | 103 | 0 | 13 | 14 | 106 | 7 | 6 | 34 |
| Binary | 1001100 | 1000100 | 1000011 | 0 | 1011 | 1100 | 1000110 | 111 | 110 | 11100 |
Color Harmonies of #4C4443
Complementary color
Monochromatic Colors of #4C4443
Black with #4C4443
Text Example
Text Example
White with #4C4443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4443; }
p { color: rgb(76,68,67); }
H1.HeaderClassName
{
color: #4C4443;
}
.AnyTagClassName
{
color: #4C4443;
}
</style>
background-color css
<style>
a { background-color: #4C4443; }
a { background-color: rgb(76,68,67); }
div.DivClassName
{
background-color: #4C4443;
}
.BgClassName
{
background-color: #4C4443;
}
</style>
border-color css
<style>
span { border-color: #4C4443; }
span { border-color: rgb(76,68,67); }
td.TdClassName
{
border-color: #4C4443;
}
.TagClassName
{
border-color: #4C4443;
}
</style>