#51463E

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

Shades of Space Shuttle #51463E

Tints of Space Shuttle #51463E

Color information

#51463E (or 0x51463E) is unknown color: approx Space Shuttle. HEX triplet: 51, 46 and 3E. RGB value is (81,70,62). Sum of RGB (Red+Green+Blue) = 81+70+62=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #51463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51463E is #AEB9C1. Grayscale: #484848. Windows color (decimal): -11450818 or 4081233. OLE color: 4081233.

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

Color convert

RGB817062-
CMYK00.140.230.68
HSL25.26º13.29%28.04%-
HSV(B)25.26º23.46%31.76%-
XYZ6.456.485.47-
YUV72.38122.14134.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 62 (24.61% from 255) = 29.11%
R=38.03%
G=32.86%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81706200.140.230.6825.2613.2928.04
Hex51463E0E174419d1c
Octal1211067601627104311534
Binary101000110001101111100111010111100010011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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