Shades of Crater Brown #494140
Tints of Crater Brown #494140
RGB
CMYK
RGB Variations
Color information
#494140 (or 0x494140) is known color: Crater Brown. HEX triplet: 49, 41 and 40. RGB value is (73,65,64). Sum of RGB (Red+Green+Blue) = 73+65+64=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #494140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494140 is #B6BEBF. Grayscale: #434343. Windows color (decimal): -11976384 or 4211017. OLE color: 4211017.
HSL color Cylindrical-coordinate representation of color #494140: hue angle of 6.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494140 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 64 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.71 |
| HSL | 6.67º | 0.07% | 0.27% | - |
| HSV(B) | 6.67º | 0.12% | 0.29% | - |
| XYZ | 5.56 | 5.57 | 5.63 | - |
| YUV | 67.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 64 | 0 | 0.11 | 0.12 | 0.71 | 6.67 | 0.07 | 0.27 |
| Hex | 49 | 41 | 40 | 0 | B | C | 47 | 7 | 7 | 1B |
| Octal | 111 | 101 | 100 | 0 | 13 | 14 | 107 | 7 | 7 | 33 |
| Binary | 1001001 | 1000001 | 1000000 | 0 | 1011 | 1100 | 1000111 | 111 | 111 | 11011 |
Color Harmonies of #494140
Complementary color
Monochromatic Colors of #494140
Black with #494140
Text Example
Text Example
White with #494140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494140; }
p { color: rgb(73,65,64); }
H1.HeaderClassName
{
color: #494140;
}
.AnyTagClassName
{
color: #494140;
}
</style>
background-color css
<style>
a { background-color: #494140; }
a { background-color: rgb(73,65,64); }
div.DivClassName
{
background-color: #494140;
}
.BgClassName
{
background-color: #494140;
}
</style>
border-color css
<style>
span { border-color: #494140; }
span { border-color: rgb(73,65,64); }
td.TdClassName
{
border-color: #494140;
}
.TagClassName
{
border-color: #494140;
}
</style>