Shades of Space Shuttle #49443C
Tints of Space Shuttle #49443C
RGB
CMYK
RGB Variations
Color information
#49443C (or 0x49443C) is known color: Space Shuttle. HEX triplet: 49, 44 and 3C. RGB value is (73,68,60). Sum of RGB (Red+Green+Blue) = 73+68+60=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 73 - color contains mainly: red. Hex color #49443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49443C is #B6BBC3. Grayscale: #444444. Windows color (decimal): -11975620 or 3949641. OLE color: 3949641.
HSL color Cylindrical-coordinate representation of color #49443C: hue angle of 36.92º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49443C is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 60 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.71 |
| HSL | 36.92º | 0.1% | 0.26% | - |
| HSV(B) | 36.92º | 0.18% | 0.29% | - |
| XYZ | 5.63 | 5.88 | 5.11 | - |
| YUV | 68.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 60 | 0 | 0.07 | 0.18 | 0.71 | 36.92 | 0.1 | 0.26 |
| Hex | 49 | 44 | 3C | 0 | 7 | 12 | 47 | 25 | A | 1A |
| Octal | 111 | 104 | 74 | 0 | 7 | 22 | 107 | 45 | 12 | 32 |
| Binary | 1001001 | 1000100 | 111100 | 0 | 111 | 10010 | 1000111 | 100101 | 1010 | 11010 |
Color Harmonies of #49443C
Complementary color
Monochromatic Colors of #49443C
Black with #49443C
Text Example
Text Example
White with #49443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49443C; }
p { color: rgb(73,68,60); }
H1.HeaderClassName
{
color: #49443C;
}
.AnyTagClassName
{
color: #49443C;
}
</style>
background-color css
<style>
a { background-color: #49443C; }
a { background-color: rgb(73,68,60); }
div.DivClassName
{
background-color: #49443C;
}
.BgClassName
{
background-color: #49443C;
}
</style>
border-color css
<style>
span { border-color: #49443C; }
span { border-color: rgb(73,68,60); }
td.TdClassName
{
border-color: #49443C;
}
.TagClassName
{
border-color: #49443C;
}
</style>