Shades of Crater Brown #4C413E
Tints of Crater Brown #4C413E
RGB
CMYK
RGB Variations
Color information
#4C413E (or 0x4C413E) is known color: Crater Brown. HEX triplet: 4C, 41 and 3E. RGB value is (76,65,62). Sum of RGB (Red+Green+Blue) = 76+65+62=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 76 - color contains mainly: red. Hex color #4C413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C413E is #B3BEC1. Grayscale: #434343. Windows color (decimal): -11779778 or 4079948. OLE color: 4079948.
HSL color Cylindrical-coordinate representation of color #4C413E: hue angle of 12.86º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C413E is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 65 | 62 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.70 |
| HSL | 12.86º | 0.1% | 0.27% | - |
| HSV(B) | 12.86º | 0.18% | 0.3% | - |
| XYZ | 5.74 | 5.66 | 5.35 | - |
| YUV | 67.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 62 | 0 | 0.14 | 0.18 | 0.70 | 12.86 | 0.1 | 0.27 |
| Hex | 4C | 41 | 3E | 0 | E | 12 | 46 | D | A | 1B |
| Octal | 114 | 101 | 76 | 0 | 16 | 22 | 106 | 15 | 12 | 33 |
| Binary | 1001100 | 1000001 | 111110 | 0 | 1110 | 10010 | 1000110 | 1101 | 1010 | 11011 |
Color Harmonies of #4C413E
Complementary color
Monochromatic Colors of #4C413E
Black with #4C413E
Text Example
Text Example
White with #4C413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C413E; }
p { color: rgb(76,65,62); }
H1.HeaderClassName
{
color: #4C413E;
}
.AnyTagClassName
{
color: #4C413E;
}
</style>
background-color css
<style>
a { background-color: #4C413E; }
a { background-color: rgb(76,65,62); }
div.DivClassName
{
background-color: #4C413E;
}
.BgClassName
{
background-color: #4C413E;
}
</style>
border-color css
<style>
span { border-color: #4C413E; }
span { border-color: rgb(76,65,62); }
td.TdClassName
{
border-color: #4C413E;
}
.TagClassName
{
border-color: #4C413E;
}
</style>