Shades of Space Shuttle #48433E
Tints of Space Shuttle #48433E
RGB
CMYK
RGB Variations
Color information
#48433E (or 0x48433E) is known color: Space Shuttle. HEX triplet: 48, 43 and 3E. RGB value is (72,67,62). Sum of RGB (Red+Green+Blue) = 72+67+62=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #48433E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48433E is #B7BCC1. Grayscale: #434343. Windows color (decimal): -12041410 or 4080456. OLE color: 4080456.
HSL color Cylindrical-coordinate representation of color #48433E: hue angle of 30º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48433E is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 62 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.72 |
| HSL | 30º | 0.07% | 0.26% | - |
| HSV(B) | 30º | 0.14% | 0.28% | - |
| XYZ | 5.55 | 5.74 | 5.37 | - |
| YUV | 67.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 62 | 0 | 0.07 | 0.14 | 0.72 | 30 | 0.07 | 0.26 |
| Hex | 48 | 43 | 3E | 0 | 7 | E | 48 | 1E | 7 | 1A |
| Octal | 110 | 103 | 76 | 0 | 7 | 16 | 110 | 36 | 7 | 32 |
| Binary | 1001000 | 1000011 | 111110 | 0 | 111 | 1110 | 1001000 | 11110 | 111 | 11010 |
Color Harmonies of #48433E
Complementary color
Monochromatic Colors of #48433E
Black with #48433E
Text Example
Text Example
White with #48433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48433E; }
p { color: rgb(72,67,62); }
H1.HeaderClassName
{
color: #48433E;
}
.AnyTagClassName
{
color: #48433E;
}
</style>
background-color css
<style>
a { background-color: #48433E; }
a { background-color: rgb(72,67,62); }
div.DivClassName
{
background-color: #48433E;
}
.BgClassName
{
background-color: #48433E;
}
</style>
border-color css
<style>
span { border-color: #48433E; }
span { border-color: rgb(72,67,62); }
td.TdClassName
{
border-color: #48433E;
}
.TagClassName
{
border-color: #48433E;
}
</style>