#514336

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

Shades of Space Shuttle #514336

Tints of Space Shuttle #514336

Color information

#514336 (or 0x514336) is unknown color: approx Space Shuttle. HEX triplet: 51, 43 and 36. RGB value is (81,67,54). Sum of RGB (Red+Green+Blue) = 81+67+54=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #514336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514336 is #AEBCC9. Grayscale: #454545. Windows color (decimal): -11451594 or 3556177. OLE color: 3556177.

HSL color Cylindrical-coordinate representation of color #514336: hue angle of 28.89º 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 #514336 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB816754-
CMYK00.170.330.68
HSL28.89º20%26.47%-
HSV(B)28.89º33.33%31.76%-
XYZ6.076.034.33-
YUV69.7119.14136.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=40.10%
G=33.17%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81675400.170.330.6828.892026.47
Hex51433601121441d141a
Octal1211036602141104352432
Binary101000110000111101100100011000011000100111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514336; }

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

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

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

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

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

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

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

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