Shades of Crater Brown #4C4544
Tints of Crater Brown #4C4544
RGB
CMYK
RGB Variations
Color information
#4C4544 (or 0x4C4544) is known color: Crater Brown. HEX triplet: 4C, 45 and 44. RGB value is (76,69,68). Sum of RGB (Red+Green+Blue) = 76+69+68=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4544 is #B3BABB. Grayscale: #464646. Windows color (decimal): -11778748 or 4474188. OLE color: 4474188.
HSL color Cylindrical-coordinate representation of color #4C4544: hue angle of 7.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C4544 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 69 | 68 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.70 |
| HSL | 7.5º | 0.06% | 0.28% | - |
| HSV(B) | 7.5º | 0.11% | 0.3% | - |
| XYZ | 6.15 | 6.21 | 6.34 | - |
| YUV | 70.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 68 | 0 | 0.09 | 0.11 | 0.70 | 7.5 | 0.06 | 0.28 |
| Hex | 4C | 45 | 44 | 0 | 9 | B | 46 | 8 | 6 | 1C |
| Octal | 114 | 105 | 104 | 0 | 11 | 13 | 106 | 10 | 6 | 34 |
| Binary | 1001100 | 1000101 | 1000100 | 0 | 1001 | 1011 | 1000110 | 1000 | 110 | 11100 |
Color Harmonies of #4C4544
Complementary color
Monochromatic Colors of #4C4544
Black with #4C4544
Text Example
Text Example
White with #4C4544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4544; }
p { color: rgb(76,69,68); }
H1.HeaderClassName
{
color: #4C4544;
}
.AnyTagClassName
{
color: #4C4544;
}
</style>
background-color css
<style>
a { background-color: #4C4544; }
a { background-color: rgb(76,69,68); }
div.DivClassName
{
background-color: #4C4544;
}
.BgClassName
{
background-color: #4C4544;
}
</style>
border-color css
<style>
span { border-color: #4C4544; }
span { border-color: rgb(76,69,68); }
td.TdClassName
{
border-color: #4C4544;
}
.TagClassName
{
border-color: #4C4544;
}
</style>