Shades of Space Shuttle #48433A
Tints of Space Shuttle #48433A
RGB
CMYK
RGB Variations
Color information
#48433A (or 0x48433A) is known color: Space Shuttle. HEX triplet: 48, 43 and 3A. RGB value is (72,67,58). Sum of RGB (Red+Green+Blue) = 72+67+58=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #48433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48433A is #B7BCC5. Grayscale: #434343. Windows color (decimal): -12041414 or 3818312. OLE color: 3818312.
HSL color Cylindrical-coordinate representation of color #48433A: hue angle of 38.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #48433A is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 58 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.72 |
| HSL | 38.57º | 0.11% | 0.25% | - |
| HSV(B) | 38.57º | 0.19% | 0.28% | - |
| XYZ | 5.44 | 5.7 | 4.82 | - |
| YUV | 67.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 58 | 0 | 0.07 | 0.19 | 0.72 | 38.57 | 0.11 | 0.25 |
| Hex | 48 | 43 | 3A | 0 | 7 | 13 | 48 | 27 | B | 19 |
| Octal | 110 | 103 | 72 | 0 | 7 | 23 | 110 | 47 | 13 | 31 |
| Binary | 1001000 | 1000011 | 111010 | 0 | 111 | 10011 | 1001000 | 100111 | 1011 | 11001 |
Color Harmonies of #48433A
Complementary color
Monochromatic Colors of #48433A
Black with #48433A
Text Example
Text Example
White with #48433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48433A; }
p { color: rgb(72,67,58); }
H1.HeaderClassName
{
color: #48433A;
}
.AnyTagClassName
{
color: #48433A;
}
</style>
background-color css
<style>
a { background-color: #48433A; }
a { background-color: rgb(72,67,58); }
div.DivClassName
{
background-color: #48433A;
}
.BgClassName
{
background-color: #48433A;
}
</style>
border-color css
<style>
span { border-color: #48433A; }
span { border-color: rgb(72,67,58); }
td.TdClassName
{
border-color: #48433A;
}
.TagClassName
{
border-color: #48433A;
}
</style>