#504437

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

Shades of Space Shuttle #504437

Tints of Space Shuttle #504437

Color information

#504437 (or 0x504437) is unknown color: approx Space Shuttle. HEX triplet: 50, 44 and 37. RGB value is (80,68,55). Sum of RGB (Red+Green+Blue) = 80+68+55=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #504437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504437 is #AFBBC8. Grayscale: #464646. Windows color (decimal): -11516873 or 3621968. OLE color: 3621968.

HSL color Cylindrical-coordinate representation of color #504437: hue angle of 31.2º 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 #504437 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB806855-
CMYK00.150.310.69
HSL31.2º18.52%26.47%-
HSV(B)31.2º31.25%31.37%-
XYZ6.066.124.48-
YUV70.11119.48135.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=39.41%
G=33.50%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80685500.150.310.6931.218.5226.47
Hex5044370F1F451f131a
Octal1201046701737105372332
Binary1010000100010011011101111111111000101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504437; }

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

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

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

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

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

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

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

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