Shades of Crater Brown #493C3B
Tints of Crater Brown #493C3B
RGB
CMYK
RGB Variations
Color information
#493C3B (or 0x493C3B) is known color: Crater Brown. HEX triplet: 49, 3C and 3B. RGB value is (73,60,59). Sum of RGB (Red+Green+Blue) = 73+60+59=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #493C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C3B is #B6C3C4. Grayscale: #3F3F3F. Windows color (decimal): -11977669 or 3882057. OLE color: 3882057.
HSL color Cylindrical-coordinate representation of color #493C3B: hue angle of 4.29º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #493C3B is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 59 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.71 |
| HSL | 4.29º | 0.11% | 0.26% | - |
| HSV(B) | 4.29º | 0.19% | 0.29% | - |
| XYZ | 5.15 | 4.96 | 4.82 | - |
| YUV | 63.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 59 | 0 | 0.18 | 0.19 | 0.71 | 4.29 | 0.11 | 0.26 |
| Hex | 49 | 3C | 3B | 0 | 12 | 13 | 47 | 4 | B | 1A |
| Octal | 111 | 74 | 73 | 0 | 22 | 23 | 107 | 4 | 13 | 32 |
| Binary | 1001001 | 111100 | 111011 | 0 | 10010 | 10011 | 1000111 | 100 | 1011 | 11010 |
Color Harmonies of #493C3B
Complementary color
Monochromatic Colors of #493C3B
Black with #493C3B
Text Example
Text Example
White with #493C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C3B; }
p { color: rgb(73,60,59); }
H1.HeaderClassName
{
color: #493C3B;
}
.AnyTagClassName
{
color: #493C3B;
}
</style>
background-color css
<style>
a { background-color: #493C3B; }
a { background-color: rgb(73,60,59); }
div.DivClassName
{
background-color: #493C3B;
}
.BgClassName
{
background-color: #493C3B;
}
</style>
border-color css
<style>
span { border-color: #493C3B; }
span { border-color: rgb(73,60,59); }
td.TdClassName
{
border-color: #493C3B;
}
.TagClassName
{
border-color: #493C3B;
}
</style>