Shades of Crater Brown #4C4644
Tints of Crater Brown #4C4644
RGB
CMYK
RGB Variations
Color information
#4C4644 (or 0x4C4644) is known color: Crater Brown. HEX triplet: 4C, 46 and 44. RGB value is (76,70,68). Sum of RGB (Red+Green+Blue) = 76+70+68=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4644 is #B3B9BB. Grayscale: #474747. Windows color (decimal): -11778492 or 4474444. OLE color: 4474444.
HSL color Cylindrical-coordinate representation of color #4C4644: hue angle of 15º 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 #4C4644 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 68 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.70 |
| HSL | 15º | 0.06% | 0.28% | - |
| HSV(B) | 15º | 0.11% | 0.3% | - |
| XYZ | 6.21 | 6.33 | 6.36 | - |
| YUV | 71.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 68 | 0 | 0.08 | 0.11 | 0.70 | 15 | 0.06 | 0.28 |
| Hex | 4C | 46 | 44 | 0 | 8 | B | 46 | F | 6 | 1C |
| Octal | 114 | 106 | 104 | 0 | 10 | 13 | 106 | 17 | 6 | 34 |
| Binary | 1001100 | 1000110 | 1000100 | 0 | 1000 | 1011 | 1000110 | 1111 | 110 | 11100 |
Color Harmonies of #4C4644
Complementary color
Monochromatic Colors of #4C4644
Black with #4C4644
Text Example
Text Example
White with #4C4644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4644; }
p { color: rgb(76,70,68); }
H1.HeaderClassName
{
color: #4C4644;
}
.AnyTagClassName
{
color: #4C4644;
}
</style>
background-color css
<style>
a { background-color: #4C4644; }
a { background-color: rgb(76,70,68); }
div.DivClassName
{
background-color: #4C4644;
}
.BgClassName
{
background-color: #4C4644;
}
</style>
border-color css
<style>
span { border-color: #4C4644; }
span { border-color: rgb(76,70,68); }
td.TdClassName
{
border-color: #4C4644;
}
.TagClassName
{
border-color: #4C4644;
}
</style>