Shades of Space Shuttle #4D4235
Tints of Space Shuttle #4D4235
RGB
CMYK
RGB Variations
Color information
#4D4235 (or 0x4D4235) is known color: Space Shuttle. HEX triplet: 4D, 42 and 35. RGB value is (77,66,53). Sum of RGB (Red+Green+Blue) = 77+66+53=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4235 is #B2BDCA. Grayscale: #434343. Windows color (decimal): -11713995 or 3490381. OLE color: 3490381.
HSL color Cylindrical-coordinate representation of color #4D4235: hue angle of 32.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D4235 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 53 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.70 |
| HSL | 32.5º | 0.18% | 0.25% | - |
| HSV(B) | 32.5º | 0.31% | 0.3% | - |
| XYZ | 5.65 | 5.73 | 4.18 | - |
| YUV | 67.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 53 | 0 | 0.14 | 0.31 | 0.70 | 32.5 | 0.18 | 0.25 |
| Hex | 4D | 42 | 35 | 0 | E | 1F | 46 | 20 | 12 | 19 |
| Octal | 115 | 102 | 65 | 0 | 16 | 37 | 106 | 40 | 22 | 31 |
| Binary | 1001101 | 1000010 | 110101 | 0 | 1110 | 11111 | 1000110 | 100000 | 10010 | 11001 |
Color Harmonies of #4D4235
Complementary color
Monochromatic Colors of #4D4235
Black with #4D4235
Text Example
Text Example
White with #4D4235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4235; }
p { color: rgb(77,66,53); }
H1.HeaderClassName
{
color: #4D4235;
}
.AnyTagClassName
{
color: #4D4235;
}
</style>
background-color css
<style>
a { background-color: #4D4235; }
a { background-color: rgb(77,66,53); }
div.DivClassName
{
background-color: #4D4235;
}
.BgClassName
{
background-color: #4D4235;
}
</style>
border-color css
<style>
span { border-color: #4D4235; }
span { border-color: rgb(77,66,53); }
td.TdClassName
{
border-color: #4D4235;
}
.TagClassName
{
border-color: #4D4235;
}
</style>