Shades of Crater Brown #4A4240
Tints of Crater Brown #4A4240
RGB
CMYK
RGB Variations
Color information
#4A4240 (or 0x4A4240) is known color: Crater Brown. HEX triplet: 4A, 42 and 40. RGB value is (74,66,64). Sum of RGB (Red+Green+Blue) = 74+66+64=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4240 is #B5BDBF. Grayscale: #444444. Windows color (decimal): -11910592 or 4211274. OLE color: 4211274.
HSL color Cylindrical-coordinate representation of color #4A4240: hue angle of 12º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4240 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 66 | 64 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.71 |
| HSL | 12º | 0.07% | 0.27% | - |
| HSV(B) | 12º | 0.14% | 0.29% | - |
| XYZ | 5.7 | 5.72 | 5.65 | - |
| YUV | 68.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 64 | 0 | 0.11 | 0.14 | 0.71 | 12 | 0.07 | 0.27 |
| Hex | 4A | 42 | 40 | 0 | B | E | 47 | C | 7 | 1B |
| Octal | 112 | 102 | 100 | 0 | 13 | 16 | 107 | 14 | 7 | 33 |
| Binary | 1001010 | 1000010 | 1000000 | 0 | 1011 | 1110 | 1000111 | 1100 | 111 | 11011 |
Color Harmonies of #4A4240
Complementary color
Monochromatic Colors of #4A4240
Black with #4A4240
Text Example
Text Example
White with #4A4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4240; }
p { color: rgb(74,66,64); }
H1.HeaderClassName
{
color: #4A4240;
}
.AnyTagClassName
{
color: #4A4240;
}
</style>
background-color css
<style>
a { background-color: #4A4240; }
a { background-color: rgb(74,66,64); }
div.DivClassName
{
background-color: #4A4240;
}
.BgClassName
{
background-color: #4A4240;
}
</style>
border-color css
<style>
span { border-color: #4A4240; }
span { border-color: rgb(74,66,64); }
td.TdClassName
{
border-color: #4A4240;
}
.TagClassName
{
border-color: #4A4240;
}
</style>