Shades of Space Shuttle #4D453C
Tints of Space Shuttle #4D453C
RGB
CMYK
RGB Variations
Color information
#4D453C (or 0x4D453C) is known color: Space Shuttle. HEX triplet: 4D, 45 and 3C. RGB value is (77,69,60). Sum of RGB (Red+Green+Blue) = 77+69+60=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D453C is #B2BAC3. Grayscale: #464646. Windows color (decimal): -11713220 or 3949901. OLE color: 3949901.
HSL color Cylindrical-coordinate representation of color #4D453C: hue angle of 31.76º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D453C is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 60 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.70 |
| HSL | 31.76º | 0.12% | 0.27% | - |
| HSV(B) | 31.76º | 0.22% | 0.3% | - |
| XYZ | 6 | 6.16 | 5.15 | - |
| YUV | 70.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 60 | 0 | 0.10 | 0.22 | 0.70 | 31.76 | 0.12 | 0.27 |
| Hex | 4D | 45 | 3C | 0 | A | 16 | 46 | 20 | C | 1B |
| Octal | 115 | 105 | 74 | 0 | 12 | 26 | 106 | 40 | 14 | 33 |
| Binary | 1001101 | 1000101 | 111100 | 0 | 1010 | 10110 | 1000110 | 100000 | 1100 | 11011 |
Color Harmonies of #4D453C
Complementary color
Monochromatic Colors of #4D453C
Black with #4D453C
Text Example
Text Example
White with #4D453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D453C; }
p { color: rgb(77,69,60); }
H1.HeaderClassName
{
color: #4D453C;
}
.AnyTagClassName
{
color: #4D453C;
}
</style>
background-color css
<style>
a { background-color: #4D453C; }
a { background-color: rgb(77,69,60); }
div.DivClassName
{
background-color: #4D453C;
}
.BgClassName
{
background-color: #4D453C;
}
</style>
border-color css
<style>
span { border-color: #4D453C; }
span { border-color: rgb(77,69,60); }
td.TdClassName
{
border-color: #4D453C;
}
.TagClassName
{
border-color: #4D453C;
}
</style>