#51463D

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

Shades of Space Shuttle #51463D

Tints of Space Shuttle #51463D

Color information

#51463D (or 0x51463D) is unknown color: approx Space Shuttle. HEX triplet: 51, 46 and 3D. RGB value is (81,70,61). Sum of RGB (Red+Green+Blue) = 81+70+61=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #51463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51463D is #AEB9C2. Grayscale: #484848. Windows color (decimal): -11450819 or 4015697. OLE color: 4015697.

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

Color convert

RGB817061-
CMYK00.140.250.68
HSL27º14.08%27.84%-
HSV(B)27º24.69%31.76%-
XYZ6.436.475.32-
YUV72.26121.64134.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=38.21%
G=33.02%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81706100.140.250.682714.0827.84
Hex51463D0E19441be1c
Octal1211067501631104331634
Binary101000110001101111010111011001100010011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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