Shades of Crater Brown #49403F
Tints of Crater Brown #49403F
RGB
CMYK
RGB Variations
Color information
#49403F (or 0x49403F) is known color: Crater Brown. HEX triplet: 49, 40 and 3F. RGB value is (73,64,63). Sum of RGB (Red+Green+Blue) = 73+64+63=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 73 - color contains mainly: red. Hex color #49403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49403F is #B6BFC0. Grayscale: #424242. Windows color (decimal): -11976641 or 4145225. OLE color: 4145225.
HSL color Cylindrical-coordinate representation of color #49403F: hue angle of 6º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49403F is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 63 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.71 |
| HSL | 6º | 0.07% | 0.27% | - |
| HSV(B) | 6º | 0.14% | 0.29% | - |
| XYZ | 5.48 | 5.44 | 5.46 | - |
| YUV | 66.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 63 | 0 | 0.12 | 0.14 | 0.71 | 6 | 0.07 | 0.27 |
| Hex | 49 | 40 | 3F | 0 | C | E | 47 | 6 | 7 | 1B |
| Octal | 111 | 100 | 77 | 0 | 14 | 16 | 107 | 6 | 7 | 33 |
| Binary | 1001001 | 1000000 | 111111 | 0 | 1100 | 1110 | 1000111 | 110 | 111 | 11011 |
Color Harmonies of #49403F
Complementary color
Monochromatic Colors of #49403F
Black with #49403F
Text Example
Text Example
White with #49403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49403F; }
p { color: rgb(73,64,63); }
H1.HeaderClassName
{
color: #49403F;
}
.AnyTagClassName
{
color: #49403F;
}
</style>
background-color css
<style>
a { background-color: #49403F; }
a { background-color: rgb(73,64,63); }
div.DivClassName
{
background-color: #49403F;
}
.BgClassName
{
background-color: #49403F;
}
</style>
border-color css
<style>
span { border-color: #49403F; }
span { border-color: rgb(73,64,63); }
td.TdClassName
{
border-color: #49403F;
}
.TagClassName
{
border-color: #49403F;
}
</style>