#504539

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

Shades of Space Shuttle #504539

Tints of Space Shuttle #504539

Color information

#504539 (or 0x504539) is unknown color: approx Space Shuttle. HEX triplet: 50, 45 and 39. RGB value is (80,69,57). Sum of RGB (Red+Green+Blue) = 80+69+57=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #504539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504539 is #AFBAC6. Grayscale: #464646. Windows color (decimal): -11516615 or 3753296. OLE color: 3753296.

HSL color Cylindrical-coordinate representation of color #504539: hue angle of 31.3º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #504539 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB806957-
CMYK00.140.290.69
HSL31.3º16.79%26.86%-
HSV(B)31.3º28.75%31.37%-
XYZ6.176.264.75-
YUV70.92120.14134.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 57 (22.66% from 255) = 27.67%
R=38.83%
G=33.50%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80695700.140.290.6931.316.7926.86
Hex5045390E1D451f111b
Octal1201057101635105372133
Binary1010000100010111100101110111011000101111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504539; }

 p { color: rgb(80,69,57); }

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

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

 a { background-color: rgb(80,69,57); }

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

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

 span { border-color: rgb(80,69,57); }

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