#514436

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

Shades of Space Shuttle #514436

Tints of Space Shuttle #514436

Color information

#514436 (or 0x514436) is unknown color: approx Space Shuttle. HEX triplet: 51, 44 and 36. RGB value is (81,68,54). Sum of RGB (Red+Green+Blue) = 81+68+54=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514436 is #AEBBC9. Grayscale: #464646. Windows color (decimal): -11451338 or 3556433. OLE color: 3556433.

HSL color Cylindrical-coordinate representation of color #514436: hue angle of 31.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514436 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB816854-
CMYK00.160.330.68
HSL31.11º20%26.47%-
HSV(B)31.11º33.33%31.76%-
XYZ6.136.154.35-
YUV70.29118.81135.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=39.90%
G=33.50%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81685400.160.330.6831.112026.47
Hex51443601021441f141a
Octal1211046602041104372432
Binary101000110001001101100100001000011000100111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514436; }

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

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

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

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

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

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

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

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