#49433D

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

Shades of Space Shuttle #49433D

Tints of Space Shuttle #49433D

Color information

#49433D (or 0x49433D) is unknown color: approx Space Shuttle. HEX triplet: 49, 43 and 3D. RGB value is (73,67,61). Sum of RGB (Red+Green+Blue) = 73+67+61=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 73 - color contains mainly: red. Hex color #49433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49433D is #B6BCC2. Grayscale: #444444. Windows color (decimal): -11975875 or 4014921. OLE color: 4014921.

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

Color convert

RGB736761-
CMYK00.080.160.71
HSL30º8.96%26.27%-
HSV(B)30º16.44%28.63%-
XYZ5.65.775.23-
YUV68.11123.99131.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=36.32%
G=33.33%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73676100.080.160.71308.9626.27
Hex49433D0810471e91a
Octal1111037501020107361132
Binary100100110000111111010100010000100011111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49433D; }

 p { color: rgb(73,67,61); }

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

<style>
 a { background-color: #49433D; }

 a { background-color: rgb(73,67,61); }

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

<style>
 span { border-color: #49433D; }

 span { border-color: rgb(73,67,61); }

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