#514437

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

Shades of Space Shuttle #514437

Tints of Space Shuttle #514437

Color information

#514437 (or 0x514437) is unknown color: approx Space Shuttle. HEX triplet: 51, 44 and 37. RGB value is (81,68,55). Sum of RGB (Red+Green+Blue) = 81+68+55=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #514437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514437 is #AEBBC8. Grayscale: #464646. Windows color (decimal): -11451337 or 3621969. OLE color: 3621969.

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

Color convert

RGB816855-
CMYK00.160.320.68
HSL30º19.12%26.67%-
HSV(B)30º32.1%31.76%-
XYZ6.156.164.48-
YUV70.4119.31135.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=39.71%
G=33.33%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81685500.160.320.683019.1226.67
Hex51443701020441e131b
Octal1211046702040104362333
Binary101000110001001101110100001000001000100111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514437; }

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

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

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

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

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

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

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

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