Shades of Crater Brown #49403E
Tints of Crater Brown #49403E
RGB
CMYK
RGB Variations
Color information
#49403E (or 0x49403E) is known color: Crater Brown. HEX triplet: 49, 40 and 3E. RGB value is (73,64,62). Sum of RGB (Red+Green+Blue) = 73+64+62=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #49403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49403E is #B6BFC1. Grayscale: #424242. Windows color (decimal): -11976642 or 4079689. OLE color: 4079689.
HSL color Cylindrical-coordinate representation of color #49403E: hue angle of 10.91º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49403E is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 62 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.71 |
| HSL | 10.91º | 0.08% | 0.26% | - |
| HSV(B) | 10.91º | 0.15% | 0.29% | - |
| XYZ | 5.45 | 5.43 | 5.32 | - |
| YUV | 66.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 62 | 0 | 0.12 | 0.15 | 0.71 | 10.91 | 0.08 | 0.26 |
| Hex | 49 | 40 | 3E | 0 | C | F | 47 | B | 8 | 1A |
| Octal | 111 | 100 | 76 | 0 | 14 | 17 | 107 | 13 | 10 | 32 |
| Binary | 1001001 | 1000000 | 111110 | 0 | 1100 | 1111 | 1000111 | 1011 | 1000 | 11010 |
Color Harmonies of #49403E
Complementary color
Monochromatic Colors of #49403E
Black with #49403E
Text Example
Text Example
White with #49403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49403E; }
p { color: rgb(73,64,62); }
H1.HeaderClassName
{
color: #49403E;
}
.AnyTagClassName
{
color: #49403E;
}
</style>
background-color css
<style>
a { background-color: #49403E; }
a { background-color: rgb(73,64,62); }
div.DivClassName
{
background-color: #49403E;
}
.BgClassName
{
background-color: #49403E;
}
</style>
border-color css
<style>
span { border-color: #49403E; }
span { border-color: rgb(73,64,62); }
td.TdClassName
{
border-color: #49403E;
}
.TagClassName
{
border-color: #49403E;
}
</style>