Shades of Crater Brown #4A4140
Tints of Crater Brown #4A4140
RGB
CMYK
RGB Variations
Color information
#4A4140 (or 0x4A4140) is known color: Crater Brown. HEX triplet: 4A, 41 and 40. RGB value is (74,65,64). Sum of RGB (Red+Green+Blue) = 74+65+64=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4140 is #B5BEBF. Grayscale: #434343. Windows color (decimal): -11910848 or 4211018. OLE color: 4211018.
HSL color Cylindrical-coordinate representation of color #4A4140: hue angle of 6º 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 #4A4140 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 65 | 64 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.71 |
| HSL | 6º | 0.07% | 0.27% | - |
| HSV(B) | 6º | 0.14% | 0.29% | - |
| XYZ | 5.64 | 5.61 | 5.64 | - |
| YUV | 67.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 64 | 0 | 0.12 | 0.14 | 0.71 | 6 | 0.07 | 0.27 |
| Hex | 4A | 41 | 40 | 0 | C | E | 47 | 6 | 7 | 1B |
| Octal | 112 | 101 | 100 | 0 | 14 | 16 | 107 | 6 | 7 | 33 |
| Binary | 1001010 | 1000001 | 1000000 | 0 | 1100 | 1110 | 1000111 | 110 | 111 | 11011 |
Color Harmonies of #4A4140
Complementary color
Monochromatic Colors of #4A4140
Black with #4A4140
Text Example
Text Example
White with #4A4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4140; }
p { color: rgb(74,65,64); }
H1.HeaderClassName
{
color: #4A4140;
}
.AnyTagClassName
{
color: #4A4140;
}
</style>
background-color css
<style>
a { background-color: #4A4140; }
a { background-color: rgb(74,65,64); }
div.DivClassName
{
background-color: #4A4140;
}
.BgClassName
{
background-color: #4A4140;
}
</style>
border-color css
<style>
span { border-color: #4A4140; }
span { border-color: rgb(74,65,64); }
td.TdClassName
{
border-color: #4A4140;
}
.TagClassName
{
border-color: #4A4140;
}
</style>