Shades of Space Shuttle #48433F
Tints of Space Shuttle #48433F
RGB
CMYK
RGB Variations
Color information
#48433F (or 0x48433F) is known color: Space Shuttle. HEX triplet: 48, 43 and 3F. RGB value is (72,67,63). Sum of RGB (Red+Green+Blue) = 72+67+63=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #48433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48433F is #B7BCC0. Grayscale: #444444. Windows color (decimal): -12041409 or 4145992. OLE color: 4145992.
HSL color Cylindrical-coordinate representation of color #48433F: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48433F is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 63 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.72 |
| HSL | 26.67º | 0.07% | 0.26% | - |
| HSV(B) | 26.67º | 0.13% | 0.28% | - |
| XYZ | 5.58 | 5.75 | 5.52 | - |
| YUV | 68.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 63 | 0 | 0.07 | 0.12 | 0.72 | 26.67 | 0.07 | 0.26 |
| Hex | 48 | 43 | 3F | 0 | 7 | C | 48 | 1B | 7 | 1A |
| Octal | 110 | 103 | 77 | 0 | 7 | 14 | 110 | 33 | 7 | 32 |
| Binary | 1001000 | 1000011 | 111111 | 0 | 111 | 1100 | 1001000 | 11011 | 111 | 11010 |
Color Harmonies of #48433F
Complementary color
Monochromatic Colors of #48433F
Black with #48433F
Text Example
Text Example
White with #48433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48433F; }
p { color: rgb(72,67,63); }
H1.HeaderClassName
{
color: #48433F;
}
.AnyTagClassName
{
color: #48433F;
}
</style>
background-color css
<style>
a { background-color: #48433F; }
a { background-color: rgb(72,67,63); }
div.DivClassName
{
background-color: #48433F;
}
.BgClassName
{
background-color: #48433F;
}
</style>
border-color css
<style>
span { border-color: #48433F; }
span { border-color: rgb(72,67,63); }
td.TdClassName
{
border-color: #48433F;
}
.TagClassName
{
border-color: #48433F;
}
</style>