Shades of Space Shuttle #48433D
Tints of Space Shuttle #48433D
RGB
CMYK
RGB Variations
Color information
#48433D (or 0x48433D) is known color: Space Shuttle. HEX triplet: 48, 43 and 3D. RGB value is (72,67,61). Sum of RGB (Red+Green+Blue) = 72+67+61=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 72 - color contains mainly: red. Hex color #48433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48433D is #B7BCC2. Grayscale: #434343. Windows color (decimal): -12041411 or 4014920. OLE color: 4014920.
HSL color Cylindrical-coordinate representation of color #48433D: hue angle of 32.73º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #48433D is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 61 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.72 |
| HSL | 32.73º | 0.08% | 0.26% | - |
| HSV(B) | 32.73º | 0.15% | 0.28% | - |
| XYZ | 5.52 | 5.73 | 5.23 | - |
| YUV | 67.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 61 | 0 | 0.07 | 0.15 | 0.72 | 32.73 | 0.08 | 0.26 |
| Hex | 48 | 43 | 3D | 0 | 7 | F | 48 | 21 | 8 | 1A |
| Octal | 110 | 103 | 75 | 0 | 7 | 17 | 110 | 41 | 10 | 32 |
| Binary | 1001000 | 1000011 | 111101 | 0 | 111 | 1111 | 1001000 | 100001 | 1000 | 11010 |
Color Harmonies of #48433D
Complementary color
Monochromatic Colors of #48433D
Black with #48433D
Text Example
Text Example
White with #48433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48433D; }
p { color: rgb(72,67,61); }
H1.HeaderClassName
{
color: #48433D;
}
.AnyTagClassName
{
color: #48433D;
}
</style>
background-color css
<style>
a { background-color: #48433D; }
a { background-color: rgb(72,67,61); }
div.DivClassName
{
background-color: #48433D;
}
.BgClassName
{
background-color: #48433D;
}
</style>
border-color css
<style>
span { border-color: #48433D; }
span { border-color: rgb(72,67,61); }
td.TdClassName
{
border-color: #48433D;
}
.TagClassName
{
border-color: #48433D;
}
</style>