Shades of Space Shuttle #4D4134
Tints of Space Shuttle #4D4134
RGB
CMYK
RGB Variations
Color information
#4D4134 (or 0x4D4134) is known color: Space Shuttle. HEX triplet: 4D, 41 and 34. RGB value is (77,65,52). Sum of RGB (Red+Green+Blue) = 77+65+52=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4134 is #B2BECB. Grayscale: #434343. Windows color (decimal): -11714252 or 3424589. OLE color: 3424589.
HSL color Cylindrical-coordinate representation of color #4D4134: hue angle of 31.2º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D4134 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 52 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.70 |
| HSL | 31.2º | 0.19% | 0.25% | - |
| HSV(B) | 31.2º | 0.32% | 0.3% | - |
| XYZ | 5.57 | 5.61 | 4.04 | - |
| YUV | 67.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 52 | 0 | 0.16 | 0.32 | 0.70 | 31.2 | 0.19 | 0.25 |
| Hex | 4D | 41 | 34 | 0 | 10 | 20 | 46 | 1F | 13 | 19 |
| Octal | 115 | 101 | 64 | 0 | 20 | 40 | 106 | 37 | 23 | 31 |
| Binary | 1001101 | 1000001 | 110100 | 0 | 10000 | 100000 | 1000110 | 11111 | 10011 | 11001 |
Color Harmonies of #4D4134
Complementary color
Monochromatic Colors of #4D4134
Black with #4D4134
Text Example
Text Example
White with #4D4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4134; }
p { color: rgb(77,65,52); }
H1.HeaderClassName
{
color: #4D4134;
}
.AnyTagClassName
{
color: #4D4134;
}
</style>
background-color css
<style>
a { background-color: #4D4134; }
a { background-color: rgb(77,65,52); }
div.DivClassName
{
background-color: #4D4134;
}
.BgClassName
{
background-color: #4D4134;
}
</style>
border-color css
<style>
span { border-color: #4D4134; }
span { border-color: rgb(77,65,52); }
td.TdClassName
{
border-color: #4D4134;
}
.TagClassName
{
border-color: #4D4134;
}
</style>