#51463C

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

Shades of Space Shuttle #51463C

Tints of Space Shuttle #51463C

Color information

#51463C (or 0x51463C) is unknown color: approx Space Shuttle. HEX triplet: 51, 46 and 3C. RGB value is (81,70,60). Sum of RGB (Red+Green+Blue) = 81+70+60=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #51463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51463C is #AEB9C3. Grayscale: #484848. Windows color (decimal): -11450820 or 3950161. OLE color: 3950161.

HSL color Cylindrical-coordinate representation of color #51463C: hue angle of 28.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51463C is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB817060-
CMYK00.140.260.68
HSL28.57º14.89%27.65%-
HSV(B)28.57º25.93%31.76%-
XYZ6.46.465.18-
YUV72.15121.14134.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=38.39%
G=33.18%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81706000.140.260.6828.5714.8927.65
Hex51463C0E1A441df1c
Octal1211067401632104351734
Binary101000110001101111000111011010100010011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51463C; }

 p { color: rgb(81,70,60); }

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

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

 a { background-color: rgb(81,70,60); }

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

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

 span { border-color: rgb(81,70,60); }

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