#504338

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

Shades of Space Shuttle #504338

Tints of Space Shuttle #504338

Color information

#504338 (or 0x504338) is unknown color: approx Space Shuttle. HEX triplet: 50, 43 and 38. RGB value is (80,67,56). Sum of RGB (Red+Green+Blue) = 80+67+56=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #504338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504338 is #AFBCC7. Grayscale: #454545. Windows color (decimal): -11517128 or 3687248. OLE color: 3687248.

HSL color Cylindrical-coordinate representation of color #504338: hue angle of 27.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #504338 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB806756-
CMYK00.160.300.69
HSL27.5º17.65%26.67%-
HSV(B)27.5º30%31.37%-
XYZ6.036.014.58-
YUV69.63120.31135.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=39.41%
G=33.00%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80675600.160.300.6927.517.6526.67
Hex5043380101E451c121b
Octal1201037002036105342233
Binary10100001000011111000010000111101000101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504338; }

 p { color: rgb(80,67,56); }

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

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

 a { background-color: rgb(80,67,56); }

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

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

 span { border-color: rgb(80,67,56); }

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