#494236

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

Shades of Space Shuttle #494236

Tints of Space Shuttle #494236

Color information

#494236 (or 0x494236) is unknown color: approx Space Shuttle. HEX triplet: 49, 42 and 36. RGB value is (73,66,54). Sum of RGB (Red+Green+Blue) = 73+66+54=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #494236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494236 is #B6BDC9. Grayscale: #424242. Windows color (decimal): -11976138 or 3555913. OLE color: 3555913.

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

Color convert

RGB736654-
CMYK00.100.260.71
HSL37.89º14.96%24.9%-
HSV(B)37.89º26.03%28.63%-
XYZ5.365.584.28-
YUV66.72120.82132.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 54 (21.48% from 255) = 27.98%
R=37.82%
G=34.20%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73665400.100.260.7137.8914.9624.9
Hex4942360A1A4726f19
Octal1111026601232107461731
Binary1001001100001011011001010110101000111100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494236; }

 p { color: rgb(73,66,54); }

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

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

 a { background-color: rgb(73,66,54); }

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

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

 span { border-color: rgb(73,66,54); }

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