#504436

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

Shades of Space Shuttle #504436

Tints of Space Shuttle #504436

Color information

#504436 (or 0x504436) is unknown color: approx Space Shuttle. HEX triplet: 50, 44 and 36. RGB value is (80,68,54). Sum of RGB (Red+Green+Blue) = 80+68+54=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #504436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504436 is #AFBBC9. Grayscale: #464646. Windows color (decimal): -11516874 or 3556432. OLE color: 3556432.

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

Color convert

RGB806854-
CMYK00.150.330.69
HSL32.31º19.4%26.27%-
HSV(B)32.31º32.5%31.37%-
XYZ6.046.114.35-
YUV69.99118.98135.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=39.60%
G=33.66%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80685400.150.330.6932.3119.426.27
Hex5044360F214520131a
Octal1201046601741105402332
Binary101000010001001101100111110000110001011000001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504436; }

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

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

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

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

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

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

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

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