Shades of Crater Brown #49403D
Tints of Crater Brown #49403D
RGB
CMYK
RGB Variations
Color information
#49403D (or 0x49403D) is known color: Crater Brown. HEX triplet: 49, 40 and 3D. RGB value is (73,64,61). Sum of RGB (Red+Green+Blue) = 73+64+61=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 73 - color contains mainly: red. Hex color #49403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49403D is #B6BFC2. Grayscale: #424242. Windows color (decimal): -11976643 or 4014153. OLE color: 4014153.
HSL color Cylindrical-coordinate representation of color #49403D: hue angle of 15º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #49403D is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 61 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.71 |
| HSL | 15º | 0.09% | 0.26% | - |
| HSV(B) | 15º | 0.16% | 0.29% | - |
| XYZ | 5.42 | 5.42 | 5.18 | - |
| YUV | 66.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 61 | 0 | 0.12 | 0.16 | 0.71 | 15 | 0.09 | 0.26 |
| Hex | 49 | 40 | 3D | 0 | C | 10 | 47 | F | 9 | 1A |
| Octal | 111 | 100 | 75 | 0 | 14 | 20 | 107 | 17 | 11 | 32 |
| Binary | 1001001 | 1000000 | 111101 | 0 | 1100 | 10000 | 1000111 | 1111 | 1001 | 11010 |
Color Harmonies of #49403D
Complementary color
Monochromatic Colors of #49403D
Black with #49403D
Text Example
Text Example
White with #49403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49403D; }
p { color: rgb(73,64,61); }
H1.HeaderClassName
{
color: #49403D;
}
.AnyTagClassName
{
color: #49403D;
}
</style>
background-color css
<style>
a { background-color: #49403D; }
a { background-color: rgb(73,64,61); }
div.DivClassName
{
background-color: #49403D;
}
.BgClassName
{
background-color: #49403D;
}
</style>
border-color css
<style>
span { border-color: #49403D; }
span { border-color: rgb(73,64,61); }
td.TdClassName
{
border-color: #49403D;
}
.TagClassName
{
border-color: #49403D;
}
</style>