Shades of Space Shuttle #47433B
Tints of Space Shuttle #47433B
RGB
CMYK
RGB Variations
Color information
#47433B (or 0x47433B) is known color: Space Shuttle. HEX triplet: 47, 43 and 3B. RGB value is (71,67,59). Sum of RGB (Red+Green+Blue) = 71+67+59=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 71 - color contains mainly: red. Hex color #47433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47433B is #B8BCC4. Grayscale: #434343. Windows color (decimal): -12106949 or 3883847. OLE color: 3883847.
HSL color Cylindrical-coordinate representation of color #47433B: hue angle of 40º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #47433B is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 59 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.72 |
| HSL | 40º | 0.09% | 0.25% | - |
| HSV(B) | 40º | 0.17% | 0.28% | - |
| XYZ | 5.4 | 5.67 | 4.95 | - |
| YUV | 67.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 59 | 0 | 0.06 | 0.17 | 0.72 | 40 | 0.09 | 0.25 |
| Hex | 47 | 43 | 3B | 0 | 6 | 11 | 48 | 28 | 9 | 19 |
| Octal | 107 | 103 | 73 | 0 | 6 | 21 | 110 | 50 | 11 | 31 |
| Binary | 1000111 | 1000011 | 111011 | 0 | 110 | 10001 | 1001000 | 101000 | 1001 | 11001 |
Color Harmonies of #47433B
Complementary color
Monochromatic Colors of #47433B
Black with #47433B
Text Example
Text Example
White with #47433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47433B; }
p { color: rgb(71,67,59); }
H1.HeaderClassName
{
color: #47433B;
}
.AnyTagClassName
{
color: #47433B;
}
</style>
background-color css
<style>
a { background-color: #47433B; }
a { background-color: rgb(71,67,59); }
div.DivClassName
{
background-color: #47433B;
}
.BgClassName
{
background-color: #47433B;
}
</style>
border-color css
<style>
span { border-color: #47433B; }
span { border-color: rgb(71,67,59); }
td.TdClassName
{
border-color: #47433B;
}
.TagClassName
{
border-color: #47433B;
}
</style>