Shades of Space Shuttle #484137
Tints of Space Shuttle #484137
RGB
CMYK
RGB Variations
Color information
#484137 (or 0x484137) is known color: Space Shuttle. HEX triplet: 48, 41 and 37. RGB value is (72,65,55). Sum of RGB (Red+Green+Blue) = 72+65+55=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #484137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484137 is #B7BEC8. Grayscale: #424242. Windows color (decimal): -12041929 or 3621192. OLE color: 3621192.
HSL color Cylindrical-coordinate representation of color #484137: hue angle of 35.29º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #484137 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 55 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.72 |
| HSL | 35.29º | 0.13% | 0.25% | - |
| HSV(B) | 35.29º | 0.24% | 0.28% | - |
| XYZ | 5.25 | 5.43 | 4.39 | - |
| YUV | 65.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 55 | 0 | 0.10 | 0.24 | 0.72 | 35.29 | 0.13 | 0.25 |
| Hex | 48 | 41 | 37 | 0 | A | 18 | 48 | 23 | D | 19 |
| Octal | 110 | 101 | 67 | 0 | 12 | 30 | 110 | 43 | 15 | 31 |
| Binary | 1001000 | 1000001 | 110111 | 0 | 1010 | 11000 | 1001000 | 100011 | 1101 | 11001 |
Color Harmonies of #484137
Complementary color
Monochromatic Colors of #484137
Black with #484137
Text Example
Text Example
White with #484137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484137; }
p { color: rgb(72,65,55); }
H1.HeaderClassName
{
color: #484137;
}
.AnyTagClassName
{
color: #484137;
}
</style>
background-color css
<style>
a { background-color: #484137; }
a { background-color: rgb(72,65,55); }
div.DivClassName
{
background-color: #484137;
}
.BgClassName
{
background-color: #484137;
}
</style>
border-color css
<style>
span { border-color: #484137; }
span { border-color: rgb(72,65,55); }
td.TdClassName
{
border-color: #484137;
}
.TagClassName
{
border-color: #484137;
}
</style>