Shades of Crater Brown #494443
Tints of Crater Brown #494443
RGB
CMYK
RGB Variations
Color information
#494443 (or 0x494443) is known color: Crater Brown. HEX triplet: 49, 44 and 43. RGB value is (73,68,67). Sum of RGB (Red+Green+Blue) = 73+68+67=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #494443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494443 is #B6BBBC. Grayscale: #454545. Windows color (decimal): -11975613 or 4408393. OLE color: 4408393.
HSL color Cylindrical-coordinate representation of color #494443: hue angle of 10º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #494443 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 67 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.71 |
| HSL | 10º | 0.04% | 0.27% | - |
| HSV(B) | 10º | 0.08% | 0.29% | - |
| XYZ | 5.83 | 5.96 | 6.15 | - |
| YUV | 69.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 67 | 0 | 0.07 | 0.08 | 0.71 | 10 | 0.04 | 0.27 |
| Hex | 49 | 44 | 43 | 0 | 7 | 8 | 47 | A | 4 | 1B |
| Octal | 111 | 104 | 103 | 0 | 7 | 10 | 107 | 12 | 4 | 33 |
| Binary | 1001001 | 1000100 | 1000011 | 0 | 111 | 1000 | 1000111 | 1010 | 100 | 11011 |
Color Harmonies of #494443
Complementary color
Monochromatic Colors of #494443
Black with #494443
Text Example
Text Example
White with #494443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494443; }
p { color: rgb(73,68,67); }
H1.HeaderClassName
{
color: #494443;
}
.AnyTagClassName
{
color: #494443;
}
</style>
background-color css
<style>
a { background-color: #494443; }
a { background-color: rgb(73,68,67); }
div.DivClassName
{
background-color: #494443;
}
.BgClassName
{
background-color: #494443;
}
</style>
border-color css
<style>
span { border-color: #494443; }
span { border-color: rgb(73,68,67); }
td.TdClassName
{
border-color: #494443;
}
.TagClassName
{
border-color: #494443;
}
</style>