#49443E

Color #49443E Space Shuttle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Space Shuttle #49443E

Tints of Space Shuttle #49443E

Color information

#49443E (or 0x49443E) is unknown color: approx Space Shuttle. HEX triplet: 49, 44 and 3E. RGB value is (73,68,62). Sum of RGB (Red+Green+Blue) = 73+68+62=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #49443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49443E is #B6BBC1. Grayscale: #444444. Windows color (decimal): -11975618 or 4080713. OLE color: 4080713.

HSL color Cylindrical-coordinate representation of color #49443E: hue angle of 32.73º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49443E is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB736862-
CMYK00.070.150.71
HSL32.73º8.15%26.47%-
HSV(B)32.73º15.07%28.63%-
XYZ5.685.95.4-
YUV68.81124.16130.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=35.96%
G=33.50%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73686200.070.150.7132.738.1526.47
Hex49443E07F472181a
Octal111104760717107411032
Binary10010011000100111110011111111000111100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49443E; }

 p { color: rgb(73,68,62); }

 H1.HeaderClassName
 {
   color: #49443E;
 }
 .AnyTagClassName
 {
   color: #49443E;
 }
</style>
background-color css

<style>
 a { background-color: #49443E; }

 a { background-color: rgb(73,68,62); }

 div.DivClassName
 {
   background-color: #49443E;
 }
 .BgClassName
 {
   background-color: #49443E;
 }
</style>
border-color css

<style>
 span { border-color: #49443E; }

 span { border-color: rgb(73,68,62); }

 td.TdClassName
 {
   border-color: #49443E;
 }
 .TagClassName
 {
   border-color: #49443E;
 }
</style>