Shades of Crater Brown #4C4645
Tints of Crater Brown #4C4645
RGB
CMYK
RGB Variations
Color information
#4C4645 (or 0x4C4645) is known color: Crater Brown. HEX triplet: 4C, 46 and 45. RGB value is (76,70,69). Sum of RGB (Red+Green+Blue) = 76+70+69=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4645 is #B3B9BA. Grayscale: #474747. Windows color (decimal): -11778491 or 4539980. OLE color: 4539980.
HSL color Cylindrical-coordinate representation of color #4C4645: hue angle of 8.57º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C4645 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 69 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.70 |
| HSL | 8.57º | 0.05% | 0.28% | - |
| HSV(B) | 8.57º | 0.09% | 0.3% | - |
| XYZ | 6.24 | 6.35 | 6.53 | - |
| YUV | 71.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 69 | 0 | 0.08 | 0.09 | 0.70 | 8.57 | 0.05 | 0.28 |
| Hex | 4C | 46 | 45 | 0 | 8 | 9 | 46 | 9 | 5 | 1C |
| Octal | 114 | 106 | 105 | 0 | 10 | 11 | 106 | 11 | 5 | 34 |
| Binary | 1001100 | 1000110 | 1000101 | 0 | 1000 | 1001 | 1000110 | 1001 | 101 | 11100 |
Color Harmonies of #4C4645
Complementary color
Monochromatic Colors of #4C4645
Black with #4C4645
Text Example
Text Example
White with #4C4645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4645; }
p { color: rgb(76,70,69); }
H1.HeaderClassName
{
color: #4C4645;
}
.AnyTagClassName
{
color: #4C4645;
}
</style>
background-color css
<style>
a { background-color: #4C4645; }
a { background-color: rgb(76,70,69); }
div.DivClassName
{
background-color: #4C4645;
}
.BgClassName
{
background-color: #4C4645;
}
</style>
border-color css
<style>
span { border-color: #4C4645; }
span { border-color: rgb(76,70,69); }
td.TdClassName
{
border-color: #4C4645;
}
.TagClassName
{
border-color: #4C4645;
}
</style>