#504337

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

Shades of Space Shuttle #504337

Tints of Space Shuttle #504337

Color information

#504337 (or 0x504337) is unknown color: approx Space Shuttle. HEX triplet: 50, 43 and 37. RGB value is (80,67,55). Sum of RGB (Red+Green+Blue) = 80+67+55=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #504337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504337 is #AFBCC8. Grayscale: #454545. Windows color (decimal): -11517129 or 3621712. OLE color: 3621712.

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

Color convert

RGB806755-
CMYK00.160.310.69
HSL28.8º18.52%26.47%-
HSV(B)28.8º31.25%31.37%-
XYZ6.0164.46-
YUV69.52119.81135.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 55 (21.88% from 255) = 27.23%
R=39.60%
G=33.17%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80675500.160.310.6928.818.5226.47
Hex5043370101F451d131a
Octal1201036702037105352332
Binary10100001000011110111010000111111000101111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504337; }

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

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

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

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

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

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

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

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