Shades of Space Shuttle #4D453A
Tints of Space Shuttle #4D453A
RGB
CMYK
RGB Variations
Color information
#4D453A (or 0x4D453A) is known color: Space Shuttle. HEX triplet: 4D, 45 and 3A. RGB value is (77,69,58). Sum of RGB (Red+Green+Blue) = 77+69+58=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 77 - color contains mainly: red. Hex color #4D453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D453A is #B2BAC5. Grayscale: #464646. Windows color (decimal): -11713222 or 3818829. OLE color: 3818829.
HSL color Cylindrical-coordinate representation of color #4D453A: hue angle of 34.74º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D453A is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 58 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.70 |
| HSL | 34.74º | 0.14% | 0.26% | - |
| HSV(B) | 34.74º | 0.25% | 0.3% | - |
| XYZ | 5.95 | 6.14 | 4.87 | - |
| YUV | 70.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 58 | 0 | 0.10 | 0.25 | 0.70 | 34.74 | 0.14 | 0.26 |
| Hex | 4D | 45 | 3A | 0 | A | 19 | 46 | 23 | E | 1A |
| Octal | 115 | 105 | 72 | 0 | 12 | 31 | 106 | 43 | 16 | 32 |
| Binary | 1001101 | 1000101 | 111010 | 0 | 1010 | 11001 | 1000110 | 100011 | 1110 | 11010 |
Color Harmonies of #4D453A
Complementary color
Monochromatic Colors of #4D453A
Black with #4D453A
Text Example
Text Example
White with #4D453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D453A; }
p { color: rgb(77,69,58); }
H1.HeaderClassName
{
color: #4D453A;
}
.AnyTagClassName
{
color: #4D453A;
}
</style>
background-color css
<style>
a { background-color: #4D453A; }
a { background-color: rgb(77,69,58); }
div.DivClassName
{
background-color: #4D453A;
}
.BgClassName
{
background-color: #4D453A;
}
</style>
border-color css
<style>
span { border-color: #4D453A; }
span { border-color: rgb(77,69,58); }
td.TdClassName
{
border-color: #4D453A;
}
.TagClassName
{
border-color: #4D453A;
}
</style>