Shades of Crater Brown #4C4241
Tints of Crater Brown #4C4241
RGB
CMYK
RGB Variations
Color information
#4C4241 (or 0x4C4241) is known color: Crater Brown. HEX triplet: 4C, 42 and 41. RGB value is (76,66,65). Sum of RGB (Red+Green+Blue) = 76+66+65=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4241 is #B3BDBE. Grayscale: #444444. Windows color (decimal): -11779519 or 4276812. OLE color: 4276812.
HSL color Cylindrical-coordinate representation of color #4C4241: hue angle of 5.45º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C4241 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 66 | 65 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.70 |
| HSL | 5.45º | 0.08% | 0.28% | - |
| HSV(B) | 5.45º | 0.14% | 0.3% | - |
| XYZ | 5.88 | 5.81 | 5.81 | - |
| YUV | 68.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 65 | 0 | 0.13 | 0.14 | 0.70 | 5.45 | 0.08 | 0.28 |
| Hex | 4C | 42 | 41 | 0 | D | E | 46 | 5 | 8 | 1C |
| Octal | 114 | 102 | 101 | 0 | 15 | 16 | 106 | 5 | 10 | 34 |
| Binary | 1001100 | 1000010 | 1000001 | 0 | 1101 | 1110 | 1000110 | 101 | 1000 | 11100 |
Color Harmonies of #4C4241
Complementary color
Monochromatic Colors of #4C4241
Black with #4C4241
Text Example
Text Example
White with #4C4241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4241; }
p { color: rgb(76,66,65); }
H1.HeaderClassName
{
color: #4C4241;
}
.AnyTagClassName
{
color: #4C4241;
}
</style>
background-color css
<style>
a { background-color: #4C4241; }
a { background-color: rgb(76,66,65); }
div.DivClassName
{
background-color: #4C4241;
}
.BgClassName
{
background-color: #4C4241;
}
</style>
border-color css
<style>
span { border-color: #4C4241; }
span { border-color: rgb(76,66,65); }
td.TdClassName
{
border-color: #4C4241;
}
.TagClassName
{
border-color: #4C4241;
}
</style>