Shades of Crater Brown #493D39
Tints of Crater Brown #493D39
RGB
CMYK
RGB Variations
Color information
#493D39 (or 0x493D39) is known color: Crater Brown. HEX triplet: 49, 3D and 39. RGB value is (73,61,57). Sum of RGB (Red+Green+Blue) = 73+61+57=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #493D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D39 is #B6C2C6. Grayscale: #404040. Windows color (decimal): -11977415 or 3751241. OLE color: 3751241.
HSL color Cylindrical-coordinate representation of color #493D39: hue angle of 15º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #493D39 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 57 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.71 |
| HSL | 15º | 0.12% | 0.25% | - |
| HSV(B) | 15º | 0.22% | 0.29% | - |
| XYZ | 5.15 | 5.05 | 4.57 | - |
| YUV | 64.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 57 | 0 | 0.16 | 0.22 | 0.71 | 15 | 0.12 | 0.25 |
| Hex | 49 | 3D | 39 | 0 | 10 | 16 | 47 | F | C | 19 |
| Octal | 111 | 75 | 71 | 0 | 20 | 26 | 107 | 17 | 14 | 31 |
| Binary | 1001001 | 111101 | 111001 | 0 | 10000 | 10110 | 1000111 | 1111 | 1100 | 11001 |
Color Harmonies of #493D39
Complementary color
Monochromatic Colors of #493D39
Black with #493D39
Text Example
Text Example
White with #493D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D39; }
p { color: rgb(73,61,57); }
H1.HeaderClassName
{
color: #493D39;
}
.AnyTagClassName
{
color: #493D39;
}
</style>
background-color css
<style>
a { background-color: #493D39; }
a { background-color: rgb(73,61,57); }
div.DivClassName
{
background-color: #493D39;
}
.BgClassName
{
background-color: #493D39;
}
</style>
border-color css
<style>
span { border-color: #493D39; }
span { border-color: rgb(73,61,57); }
td.TdClassName
{
border-color: #493D39;
}
.TagClassName
{
border-color: #493D39;
}
</style>