Shades of Crater Brown #493C3A
Tints of Crater Brown #493C3A
RGB
CMYK
RGB Variations
Color information
#493C3A (or 0x493C3A) is known color: Crater Brown. HEX triplet: 49, 3C and 3A. RGB value is (73,60,58). Sum of RGB (Red+Green+Blue) = 73+60+58=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #493C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C3A is #B6C3C5. Grayscale: #3F3F3F. Windows color (decimal): -11977670 or 3816521. OLE color: 3816521.
HSL color Cylindrical-coordinate representation of color #493C3A: hue angle of 8º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #493C3A is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 58 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.71 |
| HSL | 8º | 0.11% | 0.26% | - |
| HSV(B) | 8º | 0.21% | 0.29% | - |
| XYZ | 5.13 | 4.95 | 4.69 | - |
| YUV | 63.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 58 | 0 | 0.18 | 0.21 | 0.71 | 8 | 0.11 | 0.26 |
| Hex | 49 | 3C | 3A | 0 | 12 | 15 | 47 | 8 | B | 1A |
| Octal | 111 | 74 | 72 | 0 | 22 | 25 | 107 | 10 | 13 | 32 |
| Binary | 1001001 | 111100 | 111010 | 0 | 10010 | 10101 | 1000111 | 1000 | 1011 | 11010 |
Color Harmonies of #493C3A
Complementary color
Monochromatic Colors of #493C3A
Black with #493C3A
Text Example
Text Example
White with #493C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C3A; }
p { color: rgb(73,60,58); }
H1.HeaderClassName
{
color: #493C3A;
}
.AnyTagClassName
{
color: #493C3A;
}
</style>
background-color css
<style>
a { background-color: #493C3A; }
a { background-color: rgb(73,60,58); }
div.DivClassName
{
background-color: #493C3A;
}
.BgClassName
{
background-color: #493C3A;
}
</style>
border-color css
<style>
span { border-color: #493C3A; }
span { border-color: rgb(73,60,58); }
td.TdClassName
{
border-color: #493C3A;
}
.TagClassName
{
border-color: #493C3A;
}
</style>