Shades of Space Shuttle #49433D
Tints of Space Shuttle #49433D
RGB
CMYK
RGB Variations
Color information
#49433D (or 0x49433D) is known color: Space Shuttle. HEX triplet: 49, 43 and 3D. RGB value is (73,67,61). Sum of RGB (Red+Green+Blue) = 73+67+61=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 73 - color contains mainly: red. Hex color #49433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49433D is #B6BCC2. Grayscale: #444444. Windows color (decimal): -11975875 or 4014921. OLE color: 4014921.
HSL color Cylindrical-coordinate representation of color #49433D: hue angle of 30º 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 #49433D is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 67 | 61 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.71 |
| HSL | 30º | 0.09% | 0.26% | - |
| HSV(B) | 30º | 0.16% | 0.29% | - |
| XYZ | 5.6 | 5.77 | 5.23 | - |
| YUV | 68.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 61 | 0 | 0.08 | 0.16 | 0.71 | 30 | 0.09 | 0.26 |
| Hex | 49 | 43 | 3D | 0 | 8 | 10 | 47 | 1E | 9 | 1A |
| Octal | 111 | 103 | 75 | 0 | 10 | 20 | 107 | 36 | 11 | 32 |
| Binary | 1001001 | 1000011 | 111101 | 0 | 1000 | 10000 | 1000111 | 11110 | 1001 | 11010 |
Color Harmonies of #49433D
Complementary color
Monochromatic Colors of #49433D
Black with #49433D
Text Example
Text Example
White with #49433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49433D; }
p { color: rgb(73,67,61); }
H1.HeaderClassName
{
color: #49433D;
}
.AnyTagClassName
{
color: #49433D;
}
</style>
background-color css
<style>
a { background-color: #49433D; }
a { background-color: rgb(73,67,61); }
div.DivClassName
{
background-color: #49433D;
}
.BgClassName
{
background-color: #49433D;
}
</style>
border-color css
<style>
span { border-color: #49433D; }
span { border-color: rgb(73,67,61); }
td.TdClassName
{
border-color: #49433D;
}
.TagClassName
{
border-color: #49433D;
}
</style>