Shades of Crater Brown #494645
Tints of Crater Brown #494645
RGB
CMYK
RGB Variations
Color information
#494645 (or 0x494645) is known color: Crater Brown. HEX triplet: 49, 46 and 45. RGB value is (73,70,69). Sum of RGB (Red+Green+Blue) = 73+70+69=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 73 - color contains mainly: red. Hex color #494645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494645 is #B6B9BA. Grayscale: #464646. Windows color (decimal): -11975099 or 4539977. OLE color: 4539977.
HSL color Cylindrical-coordinate representation of color #494645: hue angle of 15º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494645 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 70 | 69 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.71 |
| HSL | 15º | 0.03% | 0.28% | - |
| HSV(B) | 15º | 0.05% | 0.29% | - |
| XYZ | 6.01 | 6.23 | 6.52 | - |
| YUV | 70.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 69 | 0 | 0.04 | 0.05 | 0.71 | 15 | 0.03 | 0.28 |
| Hex | 49 | 46 | 45 | 0 | 4 | 5 | 47 | F | 3 | 1C |
| Octal | 111 | 106 | 105 | 0 | 4 | 5 | 107 | 17 | 3 | 34 |
| Binary | 1001001 | 1000110 | 1000101 | 0 | 100 | 101 | 1000111 | 1111 | 11 | 11100 |
Color Harmonies of #494645
Complementary color
Monochromatic Colors of #494645
Black with #494645
Text Example
Text Example
White with #494645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494645; }
p { color: rgb(73,70,69); }
H1.HeaderClassName
{
color: #494645;
}
.AnyTagClassName
{
color: #494645;
}
</style>
background-color css
<style>
a { background-color: #494645; }
a { background-color: rgb(73,70,69); }
div.DivClassName
{
background-color: #494645;
}
.BgClassName
{
background-color: #494645;
}
</style>
border-color css
<style>
span { border-color: #494645; }
span { border-color: rgb(73,70,69); }
td.TdClassName
{
border-color: #494645;
}
.TagClassName
{
border-color: #494645;
}
</style>